JSPTemplates

Uses of Interface
org.tp23.jsp.ObjectPageContext

Packages that use ObjectPageContext
org.tp23.jasper.runtime This package contains code that the JSP runtime uses. 
org.tp23.jsp This package contains interfaces and exceptions to abstract the compilation from accessing the compiled results. 
 

Uses of ObjectPageContext in org.tp23.jasper.runtime
 

Classes in org.tp23.jasper.runtime that implement ObjectPageContext
 class ObjectPageContextImpl
          Implementation similar to the PageContext class from the JSP spec.
 

Methods in org.tp23.jasper.runtime that return ObjectPageContext
 ObjectPageContext ObjectJspFactoryImpl.getPageContext(JspBase base, Destination destination, java.lang.String errorPageURL, boolean needsSession, int bufferSize, boolean autoflush)
           
 

Methods in org.tp23.jasper.runtime with parameters of type ObjectPageContext
 void ObjectJspFactoryImpl.releasePageContext(ObjectPageContext pc)
          Gets the engineInfo attribute of the JspFactoryImpl object Gets the engineInfo attribute of the JspFactoryImpl object Gets the engineInfo attribute of the JspFactoryImpl object Description of the Method
 

Uses of ObjectPageContext in org.tp23.jsp
 

Methods in org.tp23.jsp that return ObjectPageContext
 ObjectPageContext ObjectJspFactory.getPageContext(JspBase base, Destination destination, java.lang.String errorPageURL, boolean needsSession, int bufferSize, boolean autoflush)
           
 

Methods in org.tp23.jsp with parameters of type ObjectPageContext
 void ObjectJspFactory.releasePageContext(ObjectPageContext pc)
           
 


JSPTemplates