Class SetTag
java.lang.Object
jakarta.servlet.jsp.tagext.SimpleTagSupport
ee.jakarta.tck.pages.common.tags.tck.SetTag
- All Implemented Interfaces:
jakarta.servlet.jsp.tagext.JspTag
,jakarta.servlet.jsp.tagext.SimpleTag
public class SetTag
extends jakarta.servlet.jsp.tagext.SimpleTagSupport
This tag is a simplified version of the jstl c:set tag. It assigns a String
value to a variable.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class jakarta.servlet.jsp.tagext.SimpleTagSupport
findAncestorWithClass, getJspBody, getJspContext, getParent, setJspBody, setJspContext, setParent
-
Constructor Details
-
SetTag
public SetTag()
-
-
Method Details
-
setVar
-
setValue
-
doTag
public void doTag() throws jakarta.servlet.jsp.JspException- Specified by:
doTag
in interfacejakarta.servlet.jsp.tagext.SimpleTag
- Overrides:
doTag
in classjakarta.servlet.jsp.tagext.SimpleTagSupport
- Throws:
jakarta.servlet.jsp.JspException
-