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

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

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

Define a scripting variable that exposes the requested Struts internal configuraton object.

バージョン:
$Revision: 1.7 $ $Date: 2001/04/23 22:52:21 $
作成者:
Craig R. McClanahan
関連項目:
直列化された形式

フィールドの概要
protected  java.lang.String formBean
          The name of the ActionFormBean object to be exposed.
protected  java.lang.String forward
          The name of the ActionForward object to be exposed.
protected  java.lang.String id
          The name of the scripting variable that will be exposed as a page scope attribute.
protected  java.lang.String mapping
          The name of the ActionMapping object to be exposed.
protected static MessageResources messages
          The message resources for this package.
 
クラス 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
 
コンストラクタの概要
StrutsTag()
           
 
メソッドの概要
 int doStartTag()
          Retrieve the required configuration object and expose it as a scripting variable.
 java.lang.String getFormBean()
           
 java.lang.String getForward()
           
 java.lang.String getId()
           
 java.lang.String getMapping()
           
 void release()
          Release all allocated resources.
 void setFormBean(java.lang.String formBean)
           
 void setForward(java.lang.String forward)
           
 void setId(java.lang.String id)
           
 void setMapping(java.lang.String mapping)
           
 
クラス 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
 

フィールドの詳細

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.


formBean

protected java.lang.String formBean
The name of the ActionFormBean object to be exposed.


forward

protected java.lang.String forward
The name of the ActionForward object to be exposed.


mapping

protected java.lang.String mapping
The name of the ActionMapping object to be exposed.

コンストラクタの詳細

StrutsTag

public StrutsTag()
メソッドの詳細

getId

public java.lang.String getId()
オーバーライド:
クラス javax.servlet.jsp.tagext.TagSupport 内の getId

setId

public void setId(java.lang.String id)
オーバーライド:
クラス javax.servlet.jsp.tagext.TagSupport 内の setId

getFormBean

public java.lang.String getFormBean()

setFormBean

public void setFormBean(java.lang.String formBean)

getForward

public java.lang.String getForward()

setForward

public void setForward(java.lang.String forward)

getMapping

public java.lang.String getMapping()

setMapping

public void setMapping(java.lang.String mapping)

doStartTag

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

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

release

public void release()
Release all allocated resources.

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


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