Class AbstractSetVarTagSupport

  • All Implemented Interfaces:
    Serializable, javax.servlet.jsp.tagext.IterationTag, javax.servlet.jsp.tagext.JspTag, javax.servlet.jsp.tagext.Tag
    Direct Known Subclasses:
    ComponentParameterTag, ConstantsMapTag, SetConstantTag, SettingsValueTag

    public abstract class AbstractSetVarTagSupport
    extends javax.servlet.jsp.tagext.TagSupport
    Abstract tag support class for implementing SimpleTag custom actions that specify var and scope attributes.
    See Also:
    Serialized Form
    • Constructor Detail

      • AbstractSetVarTagSupport

        public AbstractSetVarTagSupport()
    • Method Detail

      • setVar

        public void setVar​(String value)
      • setScope

        public void setScope​(String scope)
      • getScope

        protected int getScope()
      • getVar

        protected String getVar()
      • setScopedVariable

        protected void setScopedVariable​(Object value)