Uses of Class
jakarta.servlet.jsp.JspContext
Packages that use JspContext
-
Uses of JspContext in jakarta.servlet.jsp
Subclasses of JspContext in jakarta.servlet.jspModifier and TypeClassDescriptionclassPageContext 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
Methods in jakarta.servlet.jsp.tagext that return JspContextModifier and TypeMethodDescriptionabstract JspContextJspFragment.getJspContext()Returns the JspContext that is bound to this JspFragment.protected JspContextSimpleTagSupport.getJspContext()Returns the page context passed in by the container via setJspContext.Methods in jakarta.servlet.jsp.tagext with parameters of type JspContextModifier and TypeMethodDescriptionvoidSimpleTag.setJspContext(JspContext pc) Called by the container to provide this tag handler with theJspContextfor this invocation.voidSimpleTagSupport.setJspContext(JspContext pc) Stores the provided JSP context in the private jspContext field.