org.apache.struts.taglib.tiles
クラス AddTag

java.lang.Object
  拡張javax.servlet.jsp.tagext.TagSupport
      拡張javax.servlet.jsp.tagext.BodyTagSupport
          拡張org.apache.struts.taglib.tiles.PutTag
              拡張org.apache.struts.taglib.tiles.AddTag
すべての実装インタフェース:
javax.servlet.jsp.tagext.BodyTag, ComponentConstants, javax.servlet.jsp.tagext.IterationTag, java.io.Serializable, javax.servlet.jsp.tagext.Tag

public class AddTag
extends PutTag

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

関連項目:
直列化された形式

フィールドの概要
 
クラス org.apache.struts.taglib.tiles.PutTag から継承したフィールド
attributeName, body, realValue
 
クラス javax.servlet.jsp.tagext.BodyTagSupport から継承したフィールド
bodyContent
 
クラス javax.servlet.jsp.tagext.TagSupport から継承したフィールド
id, pageContext
 
インタフェース org.apache.struts.taglib.tiles.ComponentConstants から継承したフィールド
COMPONENT_CONTEXT, COMPONENT_SCOPE, EXCEPTION_KEY, LOCALE_KEY
 
インタフェース javax.servlet.jsp.tagext.BodyTag から継承したフィールド
EVAL_BODY_BUFFERED, EVAL_BODY_TAG
 
インタフェース javax.servlet.jsp.tagext.IterationTag から継承したフィールド
EVAL_BODY_AGAIN
 
インタフェース javax.servlet.jsp.tagext.Tag から継承したフィールド
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE
 
コンストラクタの概要
AddTag()
          default constructor
 
メソッドの概要
protected  void callParent()
          Call parent tag which must implement AttributeContainer.
protected  AddTagParent findEnclosingPutListTagParent()
          Find parent tag which must implement AttributeContainer.
 
クラス org.apache.struts.taglib.tiles.PutTag から継承したメソッド
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
 
クラス javax.servlet.jsp.tagext.BodyTagSupport から継承したメソッド
doInitBody, getBodyContent, getPreviousOut, setBodyContent
 
クラス javax.servlet.jsp.tagext.TagSupport から継承したメソッド
findAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setId, setPageContext, setParent, setValue
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
インタフェース javax.servlet.jsp.tagext.BodyTag から継承したメソッド
 
インタフェース javax.servlet.jsp.tagext.Tag から継承したメソッド
getParent, setPageContext, setParent
 

コンストラクタの詳細

AddTag

public AddTag()
default constructor

メソッドの詳細

callParent

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

オーバーライド:
クラス PutTag 内の callParent
例外:
javax.servlet.jsp.JspException - If we can't find an appropriate enclosing tag.

findEnclosingPutListTagParent

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

例外:
javax.servlet.jsp.JspException - If we can't find an appropriate enclosing tag.


このドキュメントは、Ja-Jakartaにより訳されました。コメントがある場合は、report@jajakarta.orgまでお願いします。
Copyright (C) 2000-2004 - Apache Software Foundation