public class ELPageTag extends PageTag
This class is a subclass of
the class org.apache.struts.taglib.bean.PageTag
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 |
---|
ELPageTag() |
Modifier and Type | Method and Description |
---|---|
int |
doStartTag()
Process the start tag.
|
String |
getIdExpr()
Getter method for "id" tag attribute.
|
String |
getPropertyExpr()
Getter method for "property" tag attribute.
|
void |
release()
Resets attribute values for tag reuse.
|
void |
setIdExpr(String idExpr)
Setter method for "id" tag attribute.
|
void |
setPropertyExpr(String propertyExpr)
Setter method for "property" tag attribute.
|
getId, getProperty, setId, setProperty
public String getIdExpr()
public String getPropertyExpr()
public void setIdExpr(String idExpr)
public void setPropertyExpr(String propertyExpr)
public void release()
public int doStartTag() throws javax.servlet.jsp.JspException
doStartTag
in interface javax.servlet.jsp.tagext.Tag
doStartTag
in class PageTag
javax.servlet.jsp.JspException
- if a JSP exception has occurredCopyright © 2000–2016 Apache Software Foundation. All rights reserved.