org.apache.struts.taglib
クラス BaseAttributeTag

java.lang.Object
  |
  +--javax.servlet.jsp.tagext.TagSupport
        |
        +--org.apache.struts.taglib.BaseAttributeTag
すべての実装インタフェース:
javax.servlet.jsp.tagext.IterationTag, java.io.Serializable, javax.servlet.jsp.tagext.Tag
直系の既知のサブクラス:
IfAttributeExistsTag, IfAttributeMissingTag, IfPropertyEqualsTag, IfPropertyNotEqualsTag

public abstract class BaseAttributeTag
extends javax.servlet.jsp.tagext.TagSupport

Base class for conditionals based on the presence or absence of attributes in some appropriate scope (default=session). This class cannot be directly instantiated; it must be subclassed.

バージョン:
$Revision: 1.2 $ $Date: 2000/07/17 16:37:44 $
作成者:
Arun M. Thomas
関連項目:
直列化された形式

フィールドの概要
protected  java.lang.String name
          The name of the attribute being tested.
protected  java.lang.String scope
          The scope of the attribute being tested.
 
クラス 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
 
コンストラクタの概要
BaseAttributeTag()
           
 
メソッドの概要
 java.lang.String getName()
          Return the attribute name.
 java.lang.String getScope()
          Return the attribute scope.
protected  int getScopeId()
          Return the scope identifier of the scope we are requesting.
 void release()
          Release any acquired resources.
 void setName(java.lang.String name)
          Set the attribute name.
 void setScope(java.lang.String scope)
          Set the attribute scope.
 
クラス javax.servlet.jsp.tagext.TagSupport から継承したメソッド
doAfterBody, doEndTag, doStartTag, findAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setId, setPageContext, setParent, setValue
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

name

protected java.lang.String name
The name of the attribute being tested.


scope

protected java.lang.String scope
The scope of the attribute being tested.

コンストラクタの詳細

BaseAttributeTag

public BaseAttributeTag()
メソッドの詳細

getName

public java.lang.String getName()
Return the attribute name.


setName

public void setName(java.lang.String name)
Set the attribute name.

パラメータ:
name - The new attribute name

getScope

public java.lang.String getScope()
Return the attribute scope.


setScope

public void setScope(java.lang.String scope)
Set the attribute scope.

パラメータ:
scope - The new attribute scope

release

public void release()
Release any acquired resources.

定義:
インタフェース javax.servlet.jsp.tagext.Tag 内の release
オーバーライド:
クラス javax.servlet.jsp.tagext.TagSupport 内の release

getScopeId

protected int getScopeId()
Return the scope identifier of the scope we are requesting.



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