public class ELPutListTag extends PutListTag
This class is a subclass of the class
org.apache.struts.taglib.tiles.PutListTag
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.
COMPONENT_CONTEXT, COMPONENT_SCOPE, EXCEPTION_KEY, LOCALE_KEY
Constructor and Description |
---|
ELPutListTag() |
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.
|
addElement, doEndTag, findEnclosingParent, getList, getName, getRole, processNestedTag, processNestedTag, releaseInternal, setName, setRole
public String getNameExpr()
public void setNameExpr(String nameExpr)
public void release()
release
in interface javax.servlet.jsp.tagext.Tag
release
in class PutListTag
public int doStartTag() throws javax.servlet.jsp.JspException
doStartTag
in interface javax.servlet.jsp.tagext.Tag
doStartTag
in class PutListTag
javax.servlet.jsp.JspException
- if a JSP exception has occurredCopyright © 2000–2017 Apache Software Foundation. All rights reserved.