org.apache.struts.tiles.xmlDefinition |
|
Java Source File Name | Type | Comment |
DefinitionsFactory.java | Class | A factory for definitions. |
FactorySet.java | Class | Component Definitions factory.
This factory contains several factories identified by a key. |
I18nFactorySet.java | Class | Definitions factory.
This implementation allows to have a set of definition factories.
There is a main factory and one factory for each file associated to a Locale.
To retrieve a definition, we first search for the appropriate factory using
the Locale found in session context. |
XmlAttribute.java | Class | A property key-value pair. |
XmlDefinition.java | Class | A definition read from an XML definitions file. |
XmlDefinitionsSet.java | Class | A set of definitions read from XML definitions file. |
XmlListAttribute.java | Class | An attribute as a List .
This attribute associates a name with a list. |
XmlParser.java | Class | Parse an XML definitions file. |