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

All Known Implementing Classes:
InsertTag.DirectStringHandler, InsertTag.InsertHandler
Enclosing interface:
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.

javax.servlet.jsp.JspException

doEndTag

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

javax.servlet.jsp.JspException

putAttribute

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



Copyright © 2000-2003 - Apache Software Foundation