org.apache.struts.taglib.logic
Class ForwardTag
TagSupport
org.apache.struts.taglib.logic.ForwardTag
public class ForwardTag
extends TagSupport
Perform a forward or redirect to a page that is looked up in the
configuration information associated with our application.
Version:
- Craig R. McClanahan
protected static MessageResources | messages - The message resources for this package.
|
protected String | name - The logical name of the
ActionForward entry to be
looked up.
|
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 processing until the end of this tag is encountered.
|
String | getName()
|
void | release() - Release all allocated resources.
|
void | setName(String name)
|
messages
protected static MessageResources messages
The message resources for this package.
name
protected String name
The logical name of the ActionForward
entry to be
looked up.
doEndTag
public int doEndTag()
throws JspException
Look up the ActionForward associated with the specified name,
and perform a forward or redirect to that path as indicated.
doStartTag
public int doStartTag()
throws JspException
Defer processing until the end of this tag is encountered.
getName
public String getName()
release
public void release()
Release all allocated resources.
setName
public void setName(String name)
Copyright B) 2000-2005 - Apache Software Foundation