org.apache.struts.taglib.logic
public class ForwardTag extends TagSupport
Version: $Rev: 54929 $ $Date: 2004-10-16 17:38:42 +0100 (Sat, 16 Oct 2004) $
Field Summary | |
---|---|
protected static MessageResources | messages
The message resources for this package. |
protected String | name
The logical name of the ActionForward entry to be
looked up. |
Method Summary | |
---|---|
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(String path)
Forward to the given path converting exceptions to JspException. |
protected void | doRedirect(String path)
Redirect to the given path converting exceptions to JspException. |
int | doStartTag()
Defer processing until the end of this tag is encountered.
|
String | getName() |
void | release()
Release all allocated resources. |
void | setName(String name) |
ActionForward
entry to be
looked up.Throws: JspException if a JSP exception has occurred
Parameters: path The path to forward to.
Throws: JspException
Since: Struts 1.2
Parameters: path The path to redirect to.
Throws: JspException
Since: Struts 1.2
Throws: JspException if a JSP exception has occurred