Class DeclareTag

  • All Implemented Interfaces:
    java.io.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:
    Serialized Form
    • Constructor Detail

      • DeclareTag

        public DeclareTag()
    • Method Detail

      • setType

        public void setType​(java.lang.String x)