public class ELImportAttributeTag extends ImportAttributeTag
This class is a subclass of the class
org.apache.struts.taglib.tiles.ImportAttributeTag
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 |
---|
ELImportAttributeTag() |
Modifier and Type | Method and Description |
---|---|
int |
doStartTag()
Process the start tag.
|
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 |
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, getIgnore, getName, getScope, setIgnore, setName, setScope
public String getScopeExpr()
public String getNameExpr()
public String getIgnoreExpr()
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 ImportAttributeTag
public int doStartTag() throws javax.servlet.jsp.JspException
doStartTag
in interface javax.servlet.jsp.tagext.Tag
doStartTag
in class ImportAttributeTag
javax.servlet.jsp.JspException
- if a JSP exception has occurredCopyright © 2000–2017 Apache Software Foundation. All rights reserved.