public class BundleTag extends BundleSupport
A handler for <bundle> that accepts attributes as Strings and evaluates them as expressions at runtime.
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
basename_ |
private java.lang.String |
prefix_ |
basename, prefix
Constructor and Description |
---|
BundleTag()
Constructs a new BundleTag.
|
Modifier and Type | Method and Description |
---|---|
int |
doStartTag() |
private void |
evaluateExpressions() |
private void |
init() |
void |
release() |
void |
setBasename(java.lang.String basename_) |
void |
setPrefix(java.lang.String prefix_) |
getLocalizationContext, getLocalizationContext, getLocalizationContext, getPrefix
doAfterBody, doEndTag, doInitBody, getBodyContent, getPreviousOut, setBodyContent
findAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setId, setPageContext, setParent, setValue
public BundleTag()
public int doStartTag() throws javax.servlet.jsp.JspException
doStartTag
in interface javax.servlet.jsp.tagext.Tag
doStartTag
in class BundleSupport
javax.servlet.jsp.JspException
public void release()
release
in interface javax.servlet.jsp.tagext.Tag
release
in class BundleSupport
public void setBasename(java.lang.String basename_)
public void setPrefix(java.lang.String prefix_)
private void init()
private void evaluateExpressions() throws javax.servlet.jsp.JspException
javax.servlet.jsp.JspException