Save This Page
Home » tiles-2.0.6-src » org.apache.tiles.jsp » taglib » [javadoc | source]
org.apache.tiles.jsp.taglib
public class: InsertDefinitionTag [javadoc | source]
java.lang.Object
   javax.servlet.jsp.tagext.TagSupport
      javax.servlet.jsp.tagext.BodyTagSupport
         org.apache.tiles.jsp.taglib.RoleSecurityTagSupport
            org.apache.tiles.jsp.taglib.ContainerTagSupport
               org.apache.tiles.jsp.taglib.RenderTagSupport
                  org.apache.tiles.jsp.taglib.InsertDefinitionTag

All Implemented Interfaces:
    PutAttributeTagParent, BodyTag, IterationTag, Serializable

This is the tag handler for <tiles:insertDefinition>, which includes a name, eventually overriding or filling attributes of its template.
Fields inherited from org.apache.tiles.jsp.taglib.RenderTagSupport:
preparer,  flush,  ignore
Fields inherited from org.apache.tiles.jsp.taglib.ContainerTagSupport:
container,  attributeContext
Method from org.apache.tiles.jsp.taglib.InsertDefinitionTag Summary:
getName,   render,   setName
Methods from org.apache.tiles.jsp.taglib.RenderTagSupport:
doStartTag,   execute,   getPreparer,   isFlush,   isIgnore,   processNestedTag,   release,   render,   setFlush,   setIgnore,   setPreparer
Methods from org.apache.tiles.jsp.taglib.ContainerTagSupport:
doEndTag,   doStartTag,   endContext,   release,   startContext
Methods from org.apache.tiles.jsp.taglib.RoleSecurityTagSupport:
doEndTag,   execute,   getRole,   isAccessAllowed,   release,   setRole
Methods from javax.servlet.jsp.tagext.BodyTagSupport:
doAfterBody,   doEndTag,   doInitBody,   doStartTag,   getBodyContent,   getPreviousOut,   release,   setBodyContent
Methods from javax.servlet.jsp.tagext.TagSupport:
doAfterBody,   doEndTag,   doStartTag,   findAncestorWithClass,   getId,   getParent,   getValue,   getValues,   release,   removeValue,   setId,   setPageContext,   setParent,   setValue
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.tiles.jsp.taglib.InsertDefinitionTag Detail:
 public String getName() 
    Returns the name of the definition to insert.
 protected  void render() throws JspException, TilesException 
    {@inheritDoc}
 public  void setName(String name) 
    Sets the name of the definition to insert.