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 XmlDefinition.overload(XmlDefinition child)
          Overload this definition with passed child.
 void XmlDefinitionsSet.putDefinition(XmlDefinition definition)
          Put definition in set.
 



Copyright © 2000-2007 Apache Software Foundation. All Rights Reserved.