java.lang.Object
javax.servlet.jsp.tagext.TagSupport
org.apache.taglibs.standard.tag.common.core.DeclareTag
All Implemented Interfaces:
Serializable, IterationTag, JspTag, Tag

public class DeclareTag extends TagSupport

Tag handler for <declaregt; in JSTL. This tag handler is essentially a runtime no-op as far as tag logic is concerned; the only important functionality of the tag is to expose a scripting variable for an existing scoped attribute.

See Also:
  • Constructor Details

    • DeclareTag

      public DeclareTag()
  • Method Details

    • setType

      public void setType(String x)