Apache Struts API Documentation: Uses of Interface org.apache.struts.taglib.tiles.PutListTagParent

Apache Struts API


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

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

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

Classes in org.apache.struts.taglib.tiles that implement PutListTagParent
 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.
 class PutListTag
          PutList tag implementation.
 

Methods in org.apache.struts.taglib.tiles that return PutListTagParent
protected  PutListTagParent PutListTag.findEnclosingParent()
          Find enclosing parent tag accepting this tag.
 



Copyright © 2000-2005 - The Apache Software Foundation