|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Object
|
+--javax.servlet.jsp.tagext.TagSupport
|
+--org.apache.struts.taglib.ForwardTag
Perform a forward or redirect to a page that is looked up in the global ActionForwards collection associated with our application.
| フィールドの概要 | |
protected static MessageResources |
messages
The message resources for this package. |
private java.lang.String |
name
The logical name of the global ActionForward we will look up |
| クラス 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 |
| コンストラクタの概要 | |
ForwardTag()
|
|
| メソッドの概要 | |
int |
doEndTag()
Look up the ActionForward associated with the specified name, and perform a forward or redirect to that path as indicated. |
int |
doStartTag()
Defer generation until the end of this tag is encountered. |
java.lang.String |
getName()
Return the logical name. |
void |
release()
Release any acquired resources. |
void |
setName(java.lang.String name)
Set the logicl name. |
| クラス 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 |
| フィールドの詳細 |
protected static MessageResources messages
private java.lang.String name
| コンストラクタの詳細 |
public ForwardTag()
| メソッドの詳細 |
public java.lang.String getName()
public void setName(java.lang.String name)
name - The new logical name
public int doStartTag()
throws javax.servlet.jsp.JspException
javax.servlet.jsp.tagext.Tag 内の doStartTagjavax.servlet.jsp.tagext.TagSupport 内の doStartTagjavax.servlet.jsp.JspException - if a JSP exception has occurred
public int doEndTag()
throws javax.servlet.jsp.JspException
javax.servlet.jsp.tagext.Tag 内の doEndTagjavax.servlet.jsp.tagext.TagSupport 内の doEndTagjavax.servlet.jsp.JspException - if a JSP exception has occurredpublic void release()
javax.servlet.jsp.tagext.Tag 内の releasejavax.servlet.jsp.tagext.TagSupport 内の release
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||