org.apache.struts.taglib.tiles
Interface InsertTag.TagHandler
protected
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. |
public int doEndTag()
Do include for type depicted by implementation class.
public int doStartTag()
Create ComponentContext for type depicted by implementation class.
public void putAttribute(String name, Object value)
Add a component parameter (attribute) to subContext.
Copyright B) 2000-2009 - The Apache Software Foundation