Class IfTag

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

    public class IfTag
    extends ConditionalTagSupport

    Tag handler for <if> in JSTL's rtexprvalue library. Because of the support provided by the ConditionalTagSupport class, this tag is trivial enough not to require a separate base supporting class common to both libraries.

    See Also:
    Serialized Form