public abstract class MessageSupport
extends javax.servlet.jsp.tagext.BodyTagSupport
| Modifier and Type | Field and Description |
|---|---|
protected LocalizationContext |
bundleAttrValue |
protected boolean |
bundleSpecified |
protected String |
keyAttrValue |
protected boolean |
keySpecified |
static String |
UNDEFINED_KEY |
| Constructor and Description |
|---|
MessageSupport() |
| Modifier and Type | Method and Description |
|---|---|
void |
addParam(Object arg)
Adds an argument (for parametric replacement) to this tag's message.
|
int |
doEndTag() |
int |
doStartTag() |
void |
release() |
void |
setScope(String scope) |
void |
setVar(String var) |
doAfterBody, doInitBody, getBodyContent, getPreviousOut, setBodyContentfindAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setId, setPageContext, setParent, setValuepublic static final String UNDEFINED_KEY
protected String keyAttrValue
protected boolean keySpecified
protected LocalizationContext bundleAttrValue
protected boolean bundleSpecified
public void setVar(String var)
public void setScope(String scope)
public void addParam(Object arg)
ParamSupportpublic int doStartTag()
throws javax.servlet.jsp.JspException
doStartTag in interface javax.servlet.jsp.tagext.TagdoStartTag in class javax.servlet.jsp.tagext.BodyTagSupportjavax.servlet.jsp.JspExceptionpublic int doEndTag()
throws javax.servlet.jsp.JspException
doEndTag in interface javax.servlet.jsp.tagext.TagdoEndTag in class javax.servlet.jsp.tagext.BodyTagSupportjavax.servlet.jsp.JspExceptionpublic void release()
release in interface javax.servlet.jsp.tagext.Tagrelease in class javax.servlet.jsp.tagext.BodyTagSupportCopyright © 2001-2014 The Apache Software Foundation. All Rights Reserved.