Class JspContextWrapper

java.lang.Object
jakarta.servlet.jsp.JspContext
jakarta.servlet.jsp.PageContext
org.apache.jasper.runtime.JspContextWrapper
All Implemented Interfaces:
VariableResolver

public class JspContextWrapper extends PageContext implements VariableResolver
Implementation of a JSP Context Wrapper. The JSP Context Wrapper is a JspContext created and maintained by a tag handler implementation. It wraps the Invoking JSP Context, that is, the JspContext instance passed to the tag handler by the invoking page via setJspContext().
Author:
Kin-man Chung, Jan Luehe, Jacob Hookom