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, setBodyContent
findAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setId, setPageContext, setParent, setValue
public 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)
ParamSupport
public int doStartTag() throws jakarta.servlet.jsp.JspException
doStartTag
in interface jakarta.servlet.jsp.tagext.Tag
doStartTag
in class jakarta.servlet.jsp.tagext.BodyTagSupport
jakarta.servlet.jsp.JspException
public int doEndTag() throws jakarta.servlet.jsp.JspException
doEndTag
in interface jakarta.servlet.jsp.tagext.Tag
doEndTag
in class jakarta.servlet.jsp.tagext.BodyTagSupport
jakarta.servlet.jsp.JspException
public void release()
release
in interface jakarta.servlet.jsp.tagext.Tag
release
in class jakarta.servlet.jsp.tagext.BodyTagSupport
Copyright © 2019,2020 Eclipse Foundation. All rights reserved.