public abstract class MessageSupport
extends jakarta.servlet.jsp.tagext.BodyTagSupport
| Modifier and Type | Field and Description |
|---|---|
protected jakarta.servlet.jsp.jstl.fmt.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 jakarta.servlet.jsp.jstl.fmt.LocalizationContext bundleAttrValue
protected boolean bundleSpecified
public void setVar(String var)
public void setScope(String scope)
public void addParam(Object arg)
ParamSupportpublic int doStartTag()
throws jakarta.servlet.jsp.JspException
doStartTag in interface jakarta.servlet.jsp.tagext.TagdoStartTag in class jakarta.servlet.jsp.tagext.BodyTagSupportjakarta.servlet.jsp.JspExceptionpublic int doEndTag()
throws jakarta.servlet.jsp.JspException
doEndTag in interface jakarta.servlet.jsp.tagext.TagdoEndTag in class jakarta.servlet.jsp.tagext.BodyTagSupportjakarta.servlet.jsp.JspExceptionpublic void release()
release in interface jakarta.servlet.jsp.tagext.Tagrelease in class jakarta.servlet.jsp.tagext.BodyTagSupportCopyright © 2019,2020 Eclipse Foundation. All rights reserved.