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

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

推奨されていません。 Is it still in use ?

public final class AttributeToScopeTag
extends javax.servlet.jsp.tagext.TagSupport

Custom tag that puts component's attributes in a scope (request, page, ...).

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

フィールドの概要
private  java.lang.String property
          推奨されていません。 The property name to be exposed.
private  int scope
          推奨されていません。 The scope value.
private  java.lang.String scopeName
          推奨されていません。 The scope name.
 
クラス 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
 
コンストラクタの概要
AttributeToScopeTag()
          推奨されていません。  
 
メソッドの概要
 int doEndTag()
          推奨されていません。 Clean up after processing this enumeration.
 int doStartTag()
          推奨されていません。 Expose the requested property from component context.
 java.lang.String getProperty()
          推奨されていません。 Return the property name.
 void release()
          推奨されていません。 Release all allocated resources.
 void setProperty(java.lang.String property)
          推奨されていません。 Set the property name.
 void setScope(java.lang.String scope)
          推奨されていません。 Set the scope.
 
クラス javax.servlet.jsp.tagext.TagSupport から継承したメソッド
doAfterBody, 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.IterationTag から継承したメソッド
 

フィールドの詳細

scopeName

private java.lang.String scopeName
推奨されていません。 
The scope name.


scope

private int scope
推奨されていません。 
The scope value.


property

private java.lang.String property
推奨されていません。 
The property name to be exposed.

コンストラクタの詳細

AttributeToScopeTag

public AttributeToScopeTag()
推奨されていません。 
メソッドの詳細

getProperty

public java.lang.String getProperty()
推奨されていません。 
Return the property name.


setProperty

public void setProperty(java.lang.String property)
推奨されていません。 
Set the property name.

パラメータ:
property - The property name

setScope

public void setScope(java.lang.String scope)
推奨されていません。 
Set the scope.

パラメータ:
scope - The new scope

doStartTag

public int doStartTag()
               throws javax.servlet.jsp.JspException
推奨されていません。 
Expose the requested property from component context.

例外:
javax.servlet.jsp.JspException - if a JSP exception has occurred

doEndTag

public int doEndTag()
             throws javax.servlet.jsp.JspException
推奨されていません。 
Clean up after processing this enumeration.

例外:
javax.servlet.jsp.JspException - if a JSP exception has occurred

release

public void release()
推奨されていません。 
Release all allocated resources.



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