org.apache.struts.taglib.tiles

Interface InsertTag.TagHandler

protected interface InsertTag.TagHandler

Inner Interface. Sub handler for tag.
Method Summary
intdoEndTag()
Do include for type depicted by implementation class.
intdoStartTag()
Create ComponentContext for type depicted by implementation class.
voidputAttribute(String name, Object value)
Add a component parameter (attribute) to subContext.

Method Detail

doEndTag

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

doStartTag

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

putAttribute

public void putAttribute(String name, Object value)
Add a component parameter (attribute) to subContext.
Copyright © 2000-2008 - The Apache Software Foundation