org.apache.struts.taglib.tiles
Interface InsertTag.TagHandler
- InsertTag.DirectStringHandler, InsertTag.InsertHandler
protected static interface InsertTag.TagHandler
Inner Interface.
Sub handler for tag.
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.
|
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