Class ExprSupport

java.lang.Object
jakarta.servlet.jsp.tagext.TagSupport
org.apache.taglibs.standard.tag.common.xml.ExprSupport
All Implemented Interfaces:
IterationTag, JspTag, Tag, Serializable
Direct Known Subclasses:
ExprTag, ExprTag

public abstract class ExprSupport extends TagSupport

Tag handler for <expr> in JSTL's XML library.

Author:
Shawn Bayern
See Also:
  • Field Details

    • escapeXml

      protected boolean escapeXml
  • Constructor Details

    • ExprSupport

      public ExprSupport()
      Constructs a new handler. As with TagSupport, subclasses should not provide other constructors and are expected to call the superclass constructor.
  • Method Details