Uses of Class
javax.servlet.jsp.JspContext
Packages that use JspContext
-
Uses of JspContext in javax.servlet.jsp
Subclasses of JspContext in javax.servlet.jspModifier and TypeClassDescriptionclass
PageContext extends JspContext to provide useful context information for when JSP technology is used in a Servlet environment. -
Uses of JspContext in javax.servlet.jsp.tagext
Fields in javax.servlet.jsp.tagext declared as JspContextModifier and TypeFieldDescriptionprivate JspContext
SimpleTagSupport.jspContext
The JSP context for the upcoming tag invocation.Methods in javax.servlet.jsp.tagext that return JspContextModifier 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.Methods in javax.servlet.jsp.tagext with parameters of type JspContextModifier 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. -
Uses of JspContext in org.apache.jasper.runtime
Subclasses of JspContext in org.apache.jasper.runtimeModifier and TypeClassDescriptionclass
Implementation of a JSP Context Wrapper.class
Implementation of the PageContext class from the JSP spec.Fields in org.apache.jasper.runtime declared as JspContextMethods in org.apache.jasper.runtime that return JspContextConstructors in org.apache.jasper.runtime with parameters of type JspContextModifierConstructorDescriptionJspContextWrapper
(JspContext jspContext, ArrayList<String> nestedVars, ArrayList<String> atBeginVars, ArrayList<String> atEndVars, Map<String, String> aliases) JspFragmentHelper
(int discriminator, JspContext jspContext, JspTag parentTag)