|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectjavax.servlet.jsp.tagext.TagSupport
org.apache.struts.taglib.logic.ForwardTag
Perform a forward or redirect to a page that is looked up in the configuration information associated with our application.
| フィールドの概要 | |
protected static MessageResources |
messages
The message resources for this package. |
protected java.lang.String |
name
The logical name of the ActionForward entry to be
looked 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. |
protected void |
doForward(java.lang.String path)
Forward to the given path converting exceptions to JspException. |
protected void |
doRedirect(java.lang.String path)
Redirect to the given path converting exceptions to JspException. |
int |
doStartTag()
Defer processing until the end of this tag is encountered. |
java.lang.String |
getName()
|
void |
release()
Release all allocated resources. |
void |
setName(java.lang.String 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 |
| インタフェース javax.servlet.jsp.tagext.IterationTag から継承したメソッド |
|
| フィールドの詳細 |
protected static MessageResources messages
protected java.lang.String name
ActionForward entry to be
looked up.
| コンストラクタの詳細 |
public ForwardTag()
| メソッドの詳細 |
public java.lang.String getName()
public void setName(java.lang.String name)
public int doStartTag()
throws javax.servlet.jsp.JspException
javax.servlet.jsp.JspException - if a JSP exception has occurred
public int doEndTag()
throws javax.servlet.jsp.JspException
javax.servlet.jsp.JspException - if a JSP exception has occurred
protected void doForward(java.lang.String path)
throws javax.servlet.jsp.JspException
path - The path to forward to.
javax.servlet.jsp.JspException
protected void doRedirect(java.lang.String path)
throws javax.servlet.jsp.JspException
path - The path to redirect to.
javax.servlet.jsp.JspExceptionpublic void release()
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||