Uses of Class
jakarta.servlet.jsp.JspContext
Package
Description
Classes and interfaces for the Core JSP 4.0 API.
Classes and interfaces for the definition of Jakarta Server Pages Tag Libraries.
-
Uses of JspContext in jakarta.servlet.jsp
Modifier and TypeClassDescriptionclass
PageContext extends JspContext to provide useful context information for when JSP technology is used in a Servlet environment. -
Uses of JspContext in jakarta.servlet.jsp.tagext
Modifier and TypeMethodDescriptionabstract JspContext
JspFragment.getJspContext()
Returns the JspContext that is bound to this JspFragment.protected JspContext
SimpleTagSupport.getJspContext()
Returns the page context passed in by the container via setJspContext.Modifier and TypeMethodDescriptionvoid
SimpleTag.setJspContext
(JspContext pc) Called by the container to provide this tag handler with theJspContext
for this invocation.void
SimpleTagSupport.setJspContext
(JspContext pc) Stores the provided JSP context in the private jspContext field.