public class ELStrutsTag extends StrutsTag
This class is a subclass of the class
org.apache.struts.taglib.bean.StrutsTag
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.
Constructor and Description |
---|
ELStrutsTag() |
Modifier and Type | Method and Description |
---|---|
int |
doStartTag()
Process the start tag.
|
String |
getFormBeanExpr()
Getter method for "formBean" tag attribute.
|
String |
getForwardExpr()
Getter method for "forward" tag attribute.
|
String |
getIdExpr()
Getter method for "id" tag attribute.
|
String |
getMappingExpr()
Getter method for "mapping" tag attribute.
|
void |
release()
Resets attribute values for tag reuse.
|
void |
setFormBeanExpr(String formBeanExpr)
Setter method for "formBean" tag attribute.
|
void |
setForwardExpr(String forwardExpr)
Setter method for "forward" tag attribute.
|
void |
setIdExpr(String idExpr)
Setter method for "id" tag attribute.
|
void |
setMappingExpr(String mappingExpr)
Setter method for "mapping" tag attribute.
|
getFormBean, getForward, getId, getMapping, setFormBean, setForward, setId, setMapping
public String getIdExpr()
public String getFormBeanExpr()
public String getForwardExpr()
public String getMappingExpr()
public void setIdExpr(String idExpr)
public void setFormBeanExpr(String formBeanExpr)
public void setForwardExpr(String forwardExpr)
public void setMappingExpr(String mappingExpr)
public void release()
public int doStartTag() throws javax.servlet.jsp.JspException
doStartTag
in interface javax.servlet.jsp.tagext.Tag
doStartTag
in class StrutsTag
javax.servlet.jsp.JspException
- if a JSP exception has occurredCopyright © 2000–2016 Apache Software Foundation. All rights reserved.