Class MessageSupport

java.lang.Object
javax.servlet.jsp.tagext.TagSupport
javax.servlet.jsp.tagext.BodyTagSupport
org.apache.taglibs.standard.tag.common.fmt.MessageSupport
All Implemented Interfaces:
Serializable, BodyTag, IterationTag, JspTag, Tag
Direct Known Subclasses:
MessageTag

public abstract class MessageSupport extends BodyTagSupport
Support for tag handlers for <message>, the message formatting tag in JSTL 1.0.
See Also: