org.apache.struts.taglib.bean
クラス PageTag

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

public class PageTag
extends javax.servlet.jsp.tagext.TagSupport

Define a scripting variable that exposes the requested page context item as a scripting variable and a page scope bean.

バージョン:
$Revision: 1.1.1.1 $ $Date: 2003/03/11 13:38:38 $
作成者:
Craig R. McClanahan
関連項目:
直列化された形式

フィールドの概要
protected  java.lang.String id
          The name of the scripting variable that will be exposed as a page scope attribute.
protected static MessageResources messages
          The message resources for this package.
protected  java.lang.String property
          The name of the page context property to be retrieved.
 
クラス javax.servlet.jsp.tagext.TagSupport から継承したフィールド
pageContext
 
インタフェース javax.servlet.jsp.tagext.IterationTag から継承したフィールド
EVAL_BODY_AGAIN
 
インタフェース javax.servlet.jsp.tagext.Tag から継承したフィールド
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE
 
コンストラクタの概要
PageTag()
           
 
メソッドの概要
 int doStartTag()
          Retrieve the required configuration object and expose it as a scripting variable.
 java.lang.String getId()
           
 java.lang.String getProperty()
           
 void release()
          Release all allocated resources.
 void setId(java.lang.String id)
           
 void setProperty(java.lang.String property)
           
 
クラス javax.servlet.jsp.tagext.TagSupport から継承したメソッド
doAfterBody, doEndTag, findAncestorWithClass, getParent, getValue, getValues, removeValue, setPageContext, setParent, setValue
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
インタフェース javax.servlet.jsp.tagext.IterationTag から継承したメソッド
 

フィールドの詳細

id

protected java.lang.String id
The name of the scripting variable that will be exposed as a page scope attribute.


messages

protected static MessageResources messages
The message resources for this package.


property

protected java.lang.String property
The name of the page context property to be retrieved.

コンストラクタの詳細

PageTag

public PageTag()
メソッドの詳細

getId

public java.lang.String getId()

setId

public void setId(java.lang.String id)

getProperty

public java.lang.String getProperty()

setProperty

public void setProperty(java.lang.String property)

doStartTag

public int doStartTag()
               throws javax.servlet.jsp.JspException
Retrieve the required configuration object and expose it as a scripting variable.

例外:
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-2002 - Apache Software Foundation