Class ParseTag

All Implemented Interfaces:
BodyTag, IterationTag, JspTag, Tag, Serializable

public class ParseTag extends ParseSupport

A handler for <parse> that accepts attributes as Strings and evaluates them as expressions at runtime.

Author:
Shawn Bayern
See Also:
  • Constructor Details

    • ParseTag

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