Home >> All >> org >> apache >> struts >> tiles >> [ xmlDefinition Javadoc ] |
org.apache.struts.tiles.xmlDefinition: Javadoc index of package org.apache.struts.tiles.xmlDefinition.
Package Samples:
org.apache.struts.tiles.xmlDefinition: The Tiles taglib and framework allows building web pages by assembling reusable pieces of pages, called Tiles.
Classes:
I18nFactorySet: 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. If no factory is found, use the default one. Then we ask the factory for the definition. A definition factory file is loaded using main filename extended with locale code (ex : templateDefinitions_fr.xml ). If no file is found under this name, use default file.
XmlListAttribute: An attribute as a List . This attribute associates a name with a list. The list can be found by the property name. Elements in list are retrieved using List methods. This class is used to read configuration files.
FactorySet: 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().
DefinitionsFactory: A factory for definitions. This factory allows to retrieve definitions by their keys.
XmlAttribute: A property key-value pair. This class is used to read configuration files.
XmlDefinitionsSet: A set of definitions read from XML definitions file.
XmlDefinition: A definition read from an XML definitions file.
XmlParser: Parse an XML definitions file.
Home | Contact Us | Privacy Policy | Terms of Service |