org.apache.struts.taglib.tiles
Class AddTag

java.lang.Object
  extended byBodyTagSupport
      extended byorg.apache.struts.taglib.tiles.PutTag
          extended byorg.apache.struts.taglib.tiles.AddTag
All Implemented Interfaces:
ComponentConstants

public class AddTag
extends PutTag

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

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.struts.taglib.tiles.PutTag
attributeName, realValue
 
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
computeRealValue, 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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AddTag

public AddTag()
default constructor

Method Detail

callParent

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

Overrides:
callParent in class PutTag
Throws:
JspException - If we can't find an appropriate enclosing tag.

findEnclosingPutListTagParent

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

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


Copyright © 2000-2004 - Apache Software Foundation