public class ELUseAttributeTag extends UseAttributeTag
This class is a
subclass of the class org.apache.struts.taglib.tiles.UseAttributeTag
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.
isErrorIgnored
Constructor and Description |
---|
ELUseAttributeTag() |
Modifier and Type | Method and Description |
---|---|
int |
doStartTag()
Process the start tag.
|
String |
getClassnameExpr()
Getter method for "classname" tag attribute.
|
String |
getIdExpr()
Getter method for "id" tag attribute.
|
String |
getIgnoreExpr()
Getter method for "ignore" tag attribute.
|
String |
getNameExpr()
Getter method for "name" tag attribute.
|
String |
getScopeExpr()
Getter method for "scope" tag attribute.
|
void |
release()
Resets attribute values for tag reuse.
|
void |
setClassnameExpr(String classnameExpr)
Setter method for "classname" tag attribute.
|
void |
setIdExpr(String idExpr)
Setter method for "id" tag attribute.
|
void |
setIgnoreExpr(String ignoreExpr)
Setter method for "ignore" tag attribute.
|
void |
setNameExpr(String nameExpr)
Setter method for "name" tag attribute.
|
void |
setScopeExpr(String scopeExpr)
Setter method for "scope" tag attribute.
|
doEndTag, getClassname, getIgnore, getName, getScope, setClassname, setIgnore, setName, setScope
public String getIdExpr()
public String getClassnameExpr()
public String getScopeExpr()
public String getNameExpr()
public String getIgnoreExpr()
public void setIdExpr(String idExpr)
public void setClassnameExpr(String classnameExpr)
public void setScopeExpr(String scopeExpr)
public void setNameExpr(String nameExpr)
public void setIgnoreExpr(String ignoreExpr)
public void release()
release
in interface javax.servlet.jsp.tagext.Tag
release
in class UseAttributeTag
public int doStartTag() throws javax.servlet.jsp.JspException
doStartTag
in interface javax.servlet.jsp.tagext.Tag
doStartTag
in class UseAttributeTag
javax.servlet.jsp.JspException
- if a JSP exception has occurredCopyright © 2000–2016 Apache Software Foundation. All rights reserved.