Uses of Class javax.servlet.jsp.JspContext

Uses in package javax.servlet.jsp.tagext

Methods with parameter type javax.servlet.jsp.JspContext

void
Called by the container to provide this tag handler with the JspContext for this invocation.
void
Stores the provided JSP context in the private jspContext field.

Methods with return type javax.servlet.jsp.JspContext

JspContext
Returns the JspContext that is bound to this JspFragment.
JspContext
Returns the page context passed in by the container via setJspContext.

Uses in package javax.servlet.jsp

Classes derived from javax.servlet.jsp.JspContext

class
PageContext extends JspContext to provide useful context information for when JSP technology is used in a Servlet environment.

Copyright © 1999-2002 The Apache Software Foundation. All Rights Reserved.