Class MessageTag
- java.lang.Object
-
- jakarta.servlet.jsp.tagext.TagSupport
-
- jakarta.servlet.jsp.tagext.BodyTagSupport
-
- org.apache.taglibs.standard.tag.common.fmt.MessageSupport
-
- org.apache.taglibs.standard.tag.rt.fmt.MessageTag
-
- All Implemented Interfaces:
jakarta.servlet.jsp.tagext.BodyTag,jakarta.servlet.jsp.tagext.IterationTag,jakarta.servlet.jsp.tagext.JspTag,jakarta.servlet.jsp.tagext.Tag,Serializable
public class MessageTag extends MessageSupport
A handler for <message> that supports rtexprvalue-based attributes.
- Author:
- Jan Luehe
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.apache.taglibs.standard.tag.common.fmt.MessageSupport
bundleAttrValue, bundleSpecified, keyAttrValue, keySpecified, UNDEFINED_KEY
-
-
Constructor Summary
Constructors Constructor Description MessageTag()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetBundle(jakarta.servlet.jsp.jstl.fmt.LocalizationContext locCtxt)voidsetKey(String key)-
Methods inherited from class org.apache.taglibs.standard.tag.common.fmt.MessageSupport
addParam, doEndTag, doStartTag, release, setScope, setVar
-
Methods inherited from class jakarta.servlet.jsp.tagext.BodyTagSupport
doAfterBody, doInitBody, getBodyContent, getPreviousOut, setBodyContent
-
Methods inherited from class jakarta.servlet.jsp.tagext.TagSupport
findAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setId, setPageContext, setParent, setValue
-
-
-
-
Method Detail
-
setKey
public void setKey(String key) throws jakarta.servlet.jsp.JspTagException
- Throws:
jakarta.servlet.jsp.JspTagException
-
setBundle
public void setBundle(jakarta.servlet.jsp.jstl.fmt.LocalizationContext locCtxt) throws jakarta.servlet.jsp.JspTagException- Throws:
jakarta.servlet.jsp.JspTagException
-
-