org.apache.struts.taglib.tiles

Class AddTag

public class AddTag extends PutTag

Add an element to the surrounding list tag. Same syntax as <put>.
Constructor Summary
AddTag()
default constructor
Method Summary
protected voidcallParent()
Call parent tag which must implement AttributeContainer.
protected AddTagParentfindEnclosingPutListTagParent()
Find parent tag which must implement AttributeContainer.

Constructor Detail

AddTag

public AddTag()
default constructor

Method Detail

callParent

protected void callParent()
Call parent tag which must implement AttributeContainer.

Throws: JspException If we can't find an appropriate enclosing tag.

findEnclosingPutListTagParent

protected AddTagParent findEnclosingPutListTagParent()
Find parent tag which must implement AttributeContainer.

Throws: JspException If we can't find an appropriate enclosing tag.

Copyright B) 2000-2007 - The Apache Software Foundation