Class MessageTag
- java.lang.Object
-
- javax.servlet.jsp.tagext.TagSupport
-
- javax.servlet.jsp.tagext.BodyTagSupport
-
- org.apache.taglibs.standard.tag.common.fmt.MessageSupport
-
- org.apache.taglibs.standard.tag.rt.fmt.MessageTag
-
- All Implemented Interfaces:
Serializable
,javax.servlet.jsp.tagext.BodyTag
,javax.servlet.jsp.tagext.IterationTag
,javax.servlet.jsp.tagext.JspTag
,javax.servlet.jsp.tagext.Tag
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 void
setBundle(LocalizationContext locCtxt)
void
setKey(String key)
-
Methods inherited from class org.apache.taglibs.standard.tag.common.fmt.MessageSupport
addParam, doEndTag, doStartTag, release, setScope, setVar
-
Methods inherited from class javax.servlet.jsp.tagext.BodyTagSupport
doAfterBody, doInitBody, getBodyContent, getPreviousOut, setBodyContent
-
Methods inherited from class javax.servlet.jsp.tagext.TagSupport
findAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setId, setPageContext, setParent, setValue
-
-
-
-
Method Detail
-
setKey
public void setKey(String key) throws javax.servlet.jsp.JspTagException
- Throws:
javax.servlet.jsp.JspTagException
-
setBundle
public void setBundle(LocalizationContext locCtxt) throws javax.servlet.jsp.JspTagException
- Throws:
javax.servlet.jsp.JspTagException
-
-