JSPTemplates

Uses of Interface
org.tp23.jsp.JspBase

Packages that use JspBase
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 JspBase in org.tp23.jasper.runtime
 

Classes in org.tp23.jasper.runtime that implement JspBase
 class ObjectJspBase
          This is the superclass of all JSP-generated classes.
 

Fields in org.tp23.jasper.runtime declared as JspBase
protected  JspBase ObjectPageContextImpl.servlet
          Description of the Field
 

Methods in org.tp23.jasper.runtime that return JspBase
 JspBase ObjectPageContextImpl.getObjectJspBase()
          Gets the objectJspBase attribute of the ObjectPageContextImpl object
 JspBase ObjectPageContextImpl.getPage()
          Gets the page attribute of the ObjectPageContextImpl object
 

Methods in org.tp23.jasper.runtime with parameters of type JspBase
 ObjectPageContext ObjectJspFactoryImpl.getPageContext(JspBase base, Destination destination, java.lang.String errorPageURL, boolean needsSession, int bufferSize, boolean autoflush)
           
 void ObjectPageContextImpl.initialize(JspBase baseJsp, Destination destination, java.lang.String errorPageURL, boolean needsSession, int bufferSize, boolean autoFlush)
           
 

Uses of JspBase in org.tp23.jsp
 

Methods in org.tp23.jsp that return JspBase
 JspBase ObjectPageContext.getPage()
           
 

Methods in org.tp23.jsp with parameters of type JspBase
 ObjectPageContext ObjectJspFactory.getPageContext(JspBase base, Destination destination, java.lang.String errorPageURL, boolean needsSession, int bufferSize, boolean autoflush)
           
 void ObjectPageContext.initialize(JspBase jspBase, Destination destination, java.lang.String errorPageURL, boolean needsSession, int bufferSize, boolean autoFlush)
           
 


JSPTemplates