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

Uses of Interface
org.apache.tiles.jsp.taglib.PutAttributeTagParent

Packages that use PutAttributeTagParent
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 PutAttributeTagParent in org.apache.tiles.jsp.taglib
 

Classes in org.apache.tiles.jsp.taglib that implement PutAttributeTagParent
 class GetAsStringTag
          Retrieve the value of the specified definition/template attribute property, and render it to the current JspWriter as a String.
 class InsertAttributeTag
          This is the tag handler for <tiles:attribute>, which defines an attribute.
 class InsertDefinitionTag
          This is the tag handler for <tiles:insertDefinition>, which includes a name, eventually overriding or filling attributes of its template.
 class InsertTemplateTag
          This is the tag handler for <tiles:insertTemplate>, which includes a template ready to be filled.
 class RenderTag
           Abstracts class for all tags which render (an attribute, a template, or definition).
 class RenderTagSupport
          Deprecated. Use RenderTag.
 

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

Classes in org.apache.tiles.jsp.taglib.definition that implement PutAttributeTagParent
 class DefinitionTag
          This is the tag handler for <tiles:definition>, which creates a custom definition.
 class InitContainerTag
          Init definitions impl.
 



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