javax.servlet.jsp
Class JspContext

java.lang.Object
  |
  +--javax.servlet.jsp.JspContext
Direct Known Subclasses:
PageContext

public abstract class JspContext
extends java.lang.Object

JspContext serves as the base class for the PageContext class and abstracts all information that is not specific to servlets. This allows for Simple Tag Extensions to be used outside of the context of a request/response Servlet.

The JspContext provides a number of facilities to the page/component author and page implementor, including:

Methods Intended for Container Generated Code

The following methods enable the management of nested JspWriter streams to implement Tag Extensions: pushBody() and popBody()

Methods Intended for JSP authors

The following methods provide convenient access to implicit objects: