Apache Struts API Documentation: Uses of Class org.apache.struts.tiles.xmlDefinition.XmlDefinition

Apache Struts API


Uses of Class
org.apache.struts.tiles.xmlDefinition.XmlDefinition

Packages that use XmlDefinition
org.apache.struts.tiles
The Tiles taglib and framework allows building web pages by assembling reusable pieces of pages, called Tiles. 
org.apache.struts.tiles.xmlDefinition   
 

Uses of XmlDefinition in org.apache.struts.tiles
 

Constructors in org.apache.struts.tiles with parameters of type XmlDefinition
ComponentDefinition(XmlDefinition definition)
          Constructor.
 

Uses of XmlDefinition in org.apache.struts.tiles.xmlDefinition
 

Methods in org.apache.struts.tiles.xmlDefinition that return XmlDefinition
 XmlDefinition XmlDefinitionsSet.getDefinition(java.lang.String name)
          Get requested definition.
 

Methods in org.apache.struts.tiles.xmlDefinition with parameters of type XmlDefinition
 void XmlDefinitionsSet.putDefinition(XmlDefinition definition)
          Put definition in set.
 void XmlDefinition.overload(XmlDefinition child)
          Overload this definition with passed child.
 



Copyright © 2000-2005 - The Apache Software Foundation