Class SimpleGetSetJspContext
java.lang.Object
jakarta.servlet.jsp.tagext.SimpleTagSupport
ee.jakarta.tck.pages.api.jakarta_servlet.jsp.tagext.simpletagsupport.SimpleGetSetJspContext
- All Implemented Interfaces:
jakarta.servlet.jsp.tagext.JspTag
,jakarta.servlet.jsp.tagext.SimpleTag
public class SimpleGetSetJspContext
extends jakarta.servlet.jsp.tagext.SimpleTagSupport
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
doTag()
Validates that getJspContext() returns a non null value.Methods inherited from class jakarta.servlet.jsp.tagext.SimpleTagSupport
findAncestorWithClass, getJspBody, getJspContext, getParent, setJspBody, setJspContext, setParent
-
Constructor Details
-
SimpleGetSetJspContext
public SimpleGetSetJspContext()Default constructor.
-
-
Method Details
-
doTag
Validates that getJspContext() returns a non null value. This indirectly ensures that the container properly called setJspContext().- Specified by:
doTag
in interfacejakarta.servlet.jsp.tagext.SimpleTag
- Overrides:
doTag
in classjakarta.servlet.jsp.tagext.SimpleTagSupport
- Throws:
jakarta.servlet.jsp.JspException
- - if an unexpected error occured.IOException
- - if an unexpected I/O error occured.
-