Class FactorySet

java.lang.Object
org.apache.struts.tiles.xmlDefinition.FactorySet
All Implemented Interfaces:
Serializable, ComponentDefinitionsFactory
Direct Known Subclasses:
I18nFactorySet

public abstract class FactorySet extends Object implements ComponentDefinitionsFactory
Component Definitions factory. This factory contains several factories identified by a key. The getDefinition() method first looks for the factory key, retrieves or creates this factory and then calls its getDefinition().
See Also: