Class BodyTagSupport

  • All Implemented Interfaces:
    java.io.Serializable, BodyTag, IterationTag, Tag

    public class BodyTagSupport
    extends TagSupport
    implements BodyTag
    A base class for defining tag handlers implementing BodyTag.

    The BodyTagSupport class implements the BodyTag interface and adds additional convenience methods including getter methods for the bodyContent property and methods to get at the previous out JspWriter.

    Many tag handlers will extend BodyTagSupport and only redefine a few methods.

    See Also:
    Serialized Form
    • Constructor Detail

      • BodyTagSupport

        public BodyTagSupport()
        Default constructor, all subclasses are required to only define a public constructor with the same signature, and to call the superclass constructor. This constructor is called by the code generated by the JSP translator.