Class DeclareTag
- java.lang.Object
-
- javax.servlet.jsp.tagext.TagSupport
-
- org.apache.taglibs.standard.tag.common.core.DeclareTag
-
- All Implemented Interfaces:
Serializable
,javax.servlet.jsp.tagext.IterationTag
,javax.servlet.jsp.tagext.JspTag
,javax.servlet.jsp.tagext.Tag
public class DeclareTag extends javax.servlet.jsp.tagext.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.
- Author:
- Shawn Bayern
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DeclareTag()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
setType(String x)
-
-
-
Method Detail
-
setType
public void setType(String x)
-
-