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.
|
java.lang.String |
getNameExpr()
Getter method for "name" tag attribute.
|
void |
release()
Resets attribute values for tag reuse.
|
void |
setNameExpr(java.lang.String nameExpr)
Setter method for "name" tag attribute.
|
addElement, doEndTag, findEnclosingParent, getList, getName, getRole, processNestedTag, processNestedTag, releaseInternal, setName, setRolepublic java.lang.String getNameExpr()
public void setNameExpr(java.lang.String nameExpr)
public void release()
release in interface javax.servlet.jsp.tagext.Tagrelease in class PutListTagpublic int doStartTag()
throws javax.servlet.jsp.JspException
doStartTag in interface javax.servlet.jsp.tagext.TagdoStartTag in class PutListTagjavax.servlet.jsp.JspException - if a JSP exception has occurredCopyright © 2000–2024 Apache Software Foundation. All rights reserved.