public class ELForwardTag extends ForwardTag
This class
is a subclass of the class org.apache.struts.taglib.logix.ForwardTag
which provides most of the described functionality. This subclass allows
all attribute values to be specified as expressions utilizing the
JavaServer Pages Standard Library expression language.
messages, name
Constructor and Description |
---|
ELForwardTag() |
Modifier and Type | Method and Description |
---|---|
int |
doStartTag()
Process the start tag.
|
String |
getNameExpr()
Getter method for "name" tag attribute.
|
void |
release()
Resets attribute values for tag reuse.
|
void |
setNameExpr(String nameExpr)
Setter method for "name" tag attribute.
|
doEndTag, doForward, doRedirect, getName, setName
public String getNameExpr()
public void setNameExpr(String nameExpr)
public void release()
release
in interface javax.servlet.jsp.tagext.Tag
release
in class ForwardTag
public int doStartTag() throws javax.servlet.jsp.JspException
doStartTag
in interface javax.servlet.jsp.tagext.Tag
doStartTag
in class ForwardTag
javax.servlet.jsp.JspException
- if a JSP exception has occurredCopyright © 2000–2017 Apache Software Foundation. All rights reserved.