Uses of Class
javax.servlet.jsp.JspContext

Packages that use JspContext
javax.servlet.jsp   
javax.servlet.jsp.tagext   
 

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.
 



Copyright © 1995-2011 Mort Bay Consulting. All Rights Reserved.