Uses of Class
org.apache.struts.tiles.xmlDefinition.XmlDefinition
Packages that use XmlDefinition
Package
Description
The Tiles taglib and framework allows building web pages by assembling reusable
pieces of pages, called Tiles.
-
Uses of XmlDefinition in org.apache.struts.tiles
Constructors in org.apache.struts.tiles with parameters of type XmlDefinition -
Uses of XmlDefinition in org.apache.struts.tiles.xmlDefinition
Fields in org.apache.struts.tiles.xmlDefinition with type parameters of type XmlDefinitionModifier and TypeFieldDescriptionprotected Map
<String, XmlDefinition> XmlDefinitionsSet.definitions
Defined definitions.Methods in org.apache.struts.tiles.xmlDefinition that return XmlDefinitionModifier and TypeMethodDescriptionXmlDefinitionsSet.getDefinition
(String name) Get requested definition.Methods in org.apache.struts.tiles.xmlDefinition that return types with arguments of type XmlDefinitionMethods in org.apache.struts.tiles.xmlDefinition with parameters of type XmlDefinitionModifier and TypeMethodDescriptionvoid
XmlDefinition.overload
(XmlDefinition child) Overload this definition with passed child.void
XmlDefinitionsSet.putDefinition
(XmlDefinition definition) Put definition in set.