Class SPathTag

java.lang.Object
jakarta.servlet.jsp.tagext.TagSupport
org.apache.taglibs.standard.extra.spath.SPathTag
All Implemented Interfaces:
IterationTag, JspTag, Tag, Serializable

public class SPathTag extends TagSupport

Tag handler that exposes SPath functionality.

Author:
Shawn Bayern
See Also:
  • Constructor Details

    • SPathTag

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