org.apache.struts.taglib.tiles

Class AddTag

Implemented Interfaces:
ComponentConstants

public class AddTag
extends PutTag

Add an element to the surrounding list tag. Same syntax as <put>.

Field Summary

Fields inherited from class org.apache.struts.taglib.tiles.PutTag

attributeName, beanName, beanProperty, beanScope, body, direct, realValue, role, value, valueType

Fields inherited from interface org.apache.struts.taglib.tiles.ComponentConstants

COMPONENT_CONTEXT, COMPONENT_SCOPE, EXCEPTION_KEY, LOCALE_KEY

Constructor Summary

AddTag()
default constructor

Method Summary

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

Methods inherited from class org.apache.struts.taglib.tiles.PutTag

callParent, computeRealValue, doAfterBody, doEndTag, doStartTag, findEnclosingPutTagParent, getBeanName, getBeanProperty, getBeanScope, getContent, getName, getRealValue, getRealValueFromBean, getRole, getType, getValue, release, releaseInternal, setBeanName, setBeanProperty, setBeanScope, setContent, setContent, setDirect, setName, setObjectValue, setRole, setType, setValue, setValue

Constructor Details

AddTag

public AddTag()
default constructor

Method Details

callParent

protected void callParent()
            throws JspException
Call parent tag which must implement AttributeContainer.
Overrides:
callParent in interface PutTag

findEnclosingPutListTagParent

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

Copyright B) 2000-2007 - The Apache Software Foundation