public class ELMessageTag extends MessageTag
ActionResources
object stored as a context attribute by our associated
ActionServlet
implementation. This class is a subclass of
the class org.apache.struts.taglib.bean.MessageTag
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.
Constructor and Description |
---|
ELMessageTag() |
Modifier and Type | Method and Description |
---|---|
int |
doStartTag()
Process the start tag.
|
String |
getArg0Expr()
Getter method for "arg0" tag attribute.
|
String |
getArg1Expr()
Getter method for "arg1" tag attribute.
|
String |
getArg2Expr()
Getter method for "arg2" tag attribute.
|
String |
getArg3Expr()
Getter method for "arg3" tag attribute.
|
String |
getArg4Expr()
Getter method for "arg4" tag attribute.
|
String |
getBundleExpr()
Getter method for "bundle" tag attribute.
|
String |
getKeyExpr()
Getter method for "key" tag attribute.
|
String |
getLocaleExpr()
Getter method for "locale" tag attribute.
|
String |
getNameExpr()
Getter method for "name" tag attribute.
|
String |
getPropertyExpr()
Getter method for "property" tag attribute.
|
String |
getScopeExpr()
Getter method for "scope" tag attribute.
|
void |
release()
Resets attribute values for tag reuse.
|
void |
setArg0Expr(String arg0Expr)
Setter method for "arg0" tag attribute.
|
void |
setArg1Expr(String arg1Expr)
Setter method for "arg1" tag attribute.
|
void |
setArg2Expr(String arg2Expr)
Setter method for "arg2" tag attribute.
|
void |
setArg3Expr(String arg3Expr)
Setter method for "arg3" tag attribute.
|
void |
setArg4Expr(String arg4Expr)
Setter method for "arg4" tag attribute.
|
void |
setBundleExpr(String bundleExpr)
Setter method for "bundle" tag attribute.
|
void |
setKeyExpr(String keyExpr)
Setter method for "key" tag attribute.
|
void |
setLocaleExpr(String localeExpr)
Setter method for "locale" tag attribute.
|
void |
setNameExpr(String nameExpr)
Setter method for "name" tag attribute.
|
void |
setPropertyExpr(String propertyExpr)
Setter method for "property" tag attribute.
|
void |
setScopeExpr(String scopeExpr)
Setter method for "scope" tag attribute.
|
getArg0, getArg1, getArg2, getArg3, getArg4, getBundle, getKey, getLocale, getName, getProperty, getScope, setArg0, setArg1, setArg2, setArg3, setArg4, setBundle, setKey, setLocale, setName, setProperty, setScope
public String getArg0Expr()
public String getArg1Expr()
public String getArg2Expr()
public String getArg3Expr()
public String getArg4Expr()
public String getBundleExpr()
public String getKeyExpr()
public String getLocaleExpr()
public String getNameExpr()
public String getPropertyExpr()
public String getScopeExpr()
public void setArg0Expr(String arg0Expr)
public void setArg1Expr(String arg1Expr)
public void setArg2Expr(String arg2Expr)
public void setArg3Expr(String arg3Expr)
public void setArg4Expr(String arg4Expr)
public void setBundleExpr(String bundleExpr)
public void setKeyExpr(String keyExpr)
public void setLocaleExpr(String localeExpr)
public void setNameExpr(String nameExpr)
public void setPropertyExpr(String propertyExpr)
public void setScopeExpr(String scopeExpr)
public void release()
release
in interface javax.servlet.jsp.tagext.Tag
release
in class MessageTag
public int doStartTag() throws javax.servlet.jsp.JspException
doStartTag
in interface javax.servlet.jsp.tagext.Tag
doStartTag
in class MessageTag
javax.servlet.jsp.JspException
- if a JSP exception has occurredCopyright © 2000–2017 Apache Software Foundation. All rights reserved.