This project has retired. For details please refer to its Attic page.
Uses of Interface org.apache.tiles.jsp.taglib.definition.DefinitionTagParent (Tiles 2 2.1.4 API)

Uses of Interface
org.apache.tiles.jsp.taglib.definition.DefinitionTagParent

Packages that use DefinitionTagParent
org.apache.tiles.jsp.taglib The "tiles-jsp" tag library contains tags that are useful to create templates, subpages other reusable view parts using the "tiles-core" package. 
org.apache.tiles.jsp.taglib.definition Part of the tag library to create definitions inside JSP pages. 
 

Uses of DefinitionTagParent in org.apache.tiles.jsp.taglib
 

Classes in org.apache.tiles.jsp.taglib that implement DefinitionTagParent
 class AddAttributeTag
          Adds an attribute in enclosing attribute container tag.
 class AddListAttributeTag
          AddListAttribute tag implementation.
 class PutAttributeTag
          Put an attribute in enclosing attribute container tag.
 class PutListAttributeTag
          PutList tag implementation.
 

Uses of DefinitionTagParent in org.apache.tiles.jsp.taglib.definition
 

Methods in org.apache.tiles.jsp.taglib.definition that return DefinitionTagParent
protected  DefinitionTagParent DefinitionTag.findEnclosingDefinitionTagParent()
          Find parent tag which must implement AttributeContainer.
 



Copyright © 2001-2009 Apache Software Foundation. All Rights Reserved.