Uses of Class
javax.servlet.jsp.JspContext
-
Packages that use JspContext Package Description javax.servlet.jsp javax.servlet.jsp.tagext org.apache.jasper.runtime -
-
Uses of JspContext in javax.servlet.jsp
Subclasses of JspContext in javax.servlet.jsp Modifier and Type Class Description classPageContextPageContext 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
Methods in javax.servlet.jsp.tagext that return JspContext Modifier and Type Method Description abstract 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 javax.servlet.jsp.tagext with parameters of type JspContext Modifier and Type Method Description voidSimpleTag. 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. -
Uses of JspContext in org.apache.jasper.runtime
Subclasses of JspContext in org.apache.jasper.runtime Modifier and Type Class Description classJspContextWrapperImplementation of a JSP Context Wrapper.classPageContextImplImplementation of the PageContext class from the JSP spec.Fields in org.apache.jasper.runtime declared as JspContext Modifier and Type Field Description protected JspContextJspFragmentHelper. jspContextMethods in org.apache.jasper.runtime that return JspContext Modifier and Type Method Description JspContextJspFragmentHelper. getJspContext()Methods in org.apache.jasper.runtime with parameters of type JspContext Modifier and Type Method Description ELContextImplJspApplicationContextImpl. createELContext(JspContext context)Constructors in org.apache.jasper.runtime with parameters of type JspContext Constructor Description JspContextWrapper(JspTag jspTag, JspContext jspContext, ArrayList<String> nestedVars, ArrayList<String> atBeginVars, ArrayList<String> atEndVars, Map<String,String> aliases)JspFragmentHelper(int discriminator, JspContext jspContext, JspTag parentTag)
-