Class ParamSupport

All Implemented Interfaces:
BodyTag, IterationTag, JspTag, Tag, Serializable
Direct Known Subclasses:
ParamTag, ParamTag

public abstract class ParamSupport extends BodyTagSupport
Support for tag handlers for <param>, the message argument subtag in JSTL 1.0 which supplies an argument for parametric replacement to its parent <message> tag.
Author:
Jan Luehe
See Also: