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

public abstract class SetSupport extends BodyTagSupport

Support for handlers of the <set> tag.

See Also:
  • Method Details

    • release

      public void release()
      Description copied from class: BodyTagSupport
      Release state.
      Specified by:
      release in interface Tag
      Overrides:
      release in class BodyTagSupport
      See Also:
    • doEndTag

      public int doEndTag() throws JspException
      Description copied from class: BodyTagSupport
      Default processing of the end tag returning EVAL_PAGE.
      Specified by:
      doEndTag in interface Tag
      Overrides:
      doEndTag in class BodyTagSupport
      Returns:
      EVAL_PAGE
      Throws:
      JspException - if an error occurred while processing this tag
      See Also:
    • setVar

      public void setVar(String var)
      Name of the exported scoped variable to hold the value specified in the action. The type of the scoped variable is whatever type the value expression evaluates to.
      Parameters:
      var - name of the exported scoped variable
    • setScope

      public void setScope(String scope)
      Scope for var. Values are verified by TLV.
      Parameters:
      scope - the variable scope