org.apache.struts.taglib.tiles

Interface InsertTag.TagHandler

Known Implementing Classes:
InsertTag.DirectStringHandler, InsertTag.InsertHandler

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(String name, Object value)
Add a component parameter (attribute) to subContext.

Method Details

doEndTag

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

doStartTag

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

putAttribute

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

Copyright B) 2000-2007 - The Apache Software Foundation