All Implemented Interfaces:
BodyTag, IterationTag, JspTag, Tag, Serializable
Direct Known Subclasses:
SetTag, SetTag

public class SetSupport extends BodyTagSupport

Support for handlers of the <set> tag.

Author:
Shawn Bayern
See Also:
  • Field Details

    • value

      protected Object value
    • valueSpecified

      protected boolean valueSpecified
    • target

      protected Object target
    • property

      protected String property
  • Constructor Details

    • SetSupport

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