org.apache.struts.taglib
クラス IfAttributeMissingTag

java.lang.Object
  |
  +--javax.servlet.jsp.tagext.TagSupport
        |
        +--org.apache.struts.taglib.BaseAttributeTag
              |
              +--org.apache.struts.taglib.IfAttributeMissingTag
すべての実装インタフェース:
javax.servlet.jsp.tagext.IterationTag, java.io.Serializable, javax.servlet.jsp.tagext.Tag

public class IfAttributeMissingTag
extends BaseAttributeTag

Conditionally include the body of this tag if the specified attribute does not exist in the specified scope.

バージョン:
$Revision: 1.2 $ $Date: 2000/08/01 20:03:33 $
作成者:
Arun M. Thomas
関連項目:
直列化された形式

フィールドの概要
 
クラス org.apache.struts.taglib.BaseAttributeTag から継承したフィールド
name, scope
 
クラス javax.servlet.jsp.tagext.TagSupport から継承したフィールド
id, pageContext
 
インタフェース javax.servlet.jsp.tagext.IterationTag から継承したフィールド
EVAL_BODY_AGAIN
 
インタフェース javax.servlet.jsp.tagext.Tag から継承したフィールド
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE
 
コンストラクタの概要
IfAttributeMissingTag()
           
 
メソッドの概要
 int doStartTag()
          Conditionally evaluate the body content of this tag.
 
クラス org.apache.struts.taglib.BaseAttributeTag から継承したメソッド
getName, getScope, getScopeId, release, setName, setScope
 
クラス javax.servlet.jsp.tagext.TagSupport から継承したメソッド
doAfterBody, doEndTag, findAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setId, setPageContext, setParent, setValue
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

IfAttributeMissingTag

public IfAttributeMissingTag()
メソッドの詳細

doStartTag

public int doStartTag()
               throws javax.servlet.jsp.JspException
Conditionally evaluate the body content of this tag.

定義:
インタフェース javax.servlet.jsp.tagext.Tag 内の doStartTag
オーバーライド:
クラス javax.servlet.jsp.tagext.TagSupport 内の doStartTag
例外:
javax.servlet.jsp.JspException - if a JSP exception has occurred


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