public class ELParamTag extends ParamTag
ELLinkTag
. This subclass
allows all attribute values to be specified as expressions utilizing the
JavaServer Pages Standard Library expression language.Constructor and Description |
---|
ELParamTag() |
Modifier and Type | Method and Description |
---|---|
int |
doStartTag()
Process the start tag.
|
String |
getNameExpr()
Getter method for "name" tag attribute.
|
String |
getValueExpr()
Getter method for "value" tag attribute.
|
void |
release()
Resets attribute values for tag reuse.
|
void |
setNameExpr(String nameExpr)
Setter method for "name" tag attribute.
|
void |
setValueExpr(String valueExpr)
Setter method for "value" tag attribute.
|
doAfterBody, doEndTag, getName, getValue, setName, setValue
doInitBody, getBodyContent, getPreviousOut, setBodyContent
findAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setId, setPageContext, setParent, setValue
public String getNameExpr()
public String getValueExpr()
public void setNameExpr(String nameExpr)
public void setValueExpr(String valueExpr)
public void release()
public int doStartTag() throws javax.servlet.jsp.JspException
doStartTag
in interface javax.servlet.jsp.tagext.Tag
doStartTag
in class ParamTag
javax.servlet.jsp.JspException
- if a JSP exception has occurredCopyright © 2000–2016 Apache Software Foundation. All rights reserved.