Apache Struts API Documentation: Interface InsertTag.TagHandler

Apache Struts API


org.apache.struts.taglib.tiles Interface InsertTag.TagHandler

All Known Implementing Classes:
InsertTag.InsertHandler, InsertTag.DirectStringHandler
Enclosing class:
InsertTag

protected static interface InsertTag.TagHandler

Inner Interface. Sub handler for tag.


Method Summary
 int doEndTag()
          Do include for type depicted by implementation class.
 int doStartTag()
          Create ComponentContext for type depicted by implementation class.
 void putAttribute(java.lang.String name, java.lang.Object value)
          Add a component parameter (attribute) to subContext.
 

Method Detail

doStartTag

public int doStartTag()
               throws javax.servlet.jsp.JspException
Create ComponentContext for type depicted by implementation class.

doEndTag

public int doEndTag()
             throws javax.servlet.jsp.JspException
Do include for type depicted by implementation class.

putAttribute

public void putAttribute(java.lang.String name,
                         java.lang.Object value)
Add a component parameter (attribute) to subContext.


Copyright © 2000-2005 - The Apache Software Foundation