Uses of Interface
org.apache.struts.tiles.taglib.PutTagParent

Packages that use PutTagParent
org.apache.struts.tiles.taglib The "struts-tiles" tag library contains tags that are useful in creating dynamic reusable components. 
org.apache.strutsel.taglib.tiles   
 

Uses of PutTagParent in org.apache.struts.tiles.taglib
 

Classes in org.apache.struts.tiles.taglib that implement PutTagParent
 class DefinitionTag
          This is the tag handler for <tiles:definition>, which defines a tiles (or template / component).
 class GetTag
          This is the tag handler for <tiles:get>, which gets content from the request scope and either includes the content or prints it, depending upon the value of the content's direct attribute.
 class InsertTag
          This is the tag handler for <tiles:insert>, which includes a template.
 

Methods in org.apache.struts.tiles.taglib that return PutTagParent
protected  PutTagParent PutTag.findEnclosingPutTagParent()
          Find parent tag which must implement AttributeContainer.
 

Uses of PutTagParent in org.apache.strutsel.taglib.tiles
 

Classes in org.apache.strutsel.taglib.tiles that implement PutTagParent
 class ELDefinitionTag
          This is the tag handler for <tiles:definition>, which defines a tiles (or template / component).
 class ELGetTag
          This is the tag handler for <tiles-el:get>, which gets content from the request scope and either includes the content or prints it, depending upon the value of the content's direct attribute.
 class ELInsertTag
          This is the tag handler for <tiles:insert>, which includes a template.
 



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