Uses of Class
javax.servlet.jsp.JspContext

Packages that use JspContext
javax.servlet.jsp Classes and interfaces for the Core JSP 2.0 API. 
javax.servlet.jsp.tagext Classes and interfaces for the definition of JavaServer Pages Tag Libraries. 
org.apache.jasper.runtime   
org.apache.taglibs.standard.lang.jstl.test   
 

Uses of JspContext in javax.servlet.jsp
 

Subclasses of JspContext in javax.servlet.jsp
 class PageContext
           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
 

Methods in javax.servlet.jsp.tagext that return JspContext
protected  JspContext SimpleTagSupport.getJspContext()
          Returns the page context passed in by the container via setJspContext.
abstract  JspContext JspFragment.getJspContext()
          Returns the JspContext that is bound to this JspFragment.
 

Methods in javax.servlet.jsp.tagext with parameters of type JspContext
 void SimpleTagSupport.setJspContext(JspContext pc)
          Stores the provided JSP context in the private jspContext field.
 void SimpleTag.setJspContext(JspContext pc)
          Called by the container to provide this tag handler with the JspContext for this invocation.
 

Uses of JspContext in org.apache.jasper.runtime
 

Subclasses of JspContext in org.apache.jasper.runtime
 class JspContextWrapper
          Implementation of a JSP Context Wrapper.
 

Fields in org.apache.jasper.runtime declared as JspContext
protected  JspContext JspFragmentHelper.jspContext
           
 

Methods in org.apache.jasper.runtime that return JspContext
 JspContext JspFragmentHelper.getJspContext()
           
 

Constructors in org.apache.jasper.runtime with parameters of type JspContext
JspContextWrapper(JspContext jspContext, ArrayList nestedVars, ArrayList atBeginVars, ArrayList atEndVars, Map aliases)
           
JspFragmentHelper(int discriminator, JspContext jspContext, JspTag parentTag)
           
 

Uses of JspContext in org.apache.taglibs.standard.lang.jstl.test
 

Subclasses of JspContext in org.apache.taglibs.standard.lang.jstl.test
 class PageContextImpl
          This is a "dummy" implementation of PageContext whose only purpose is to serve the attribute getter/setter API's.
 



Copyright © 2007 Mort Bay Consulting. All Rights Reserved.