JSPTemplates

Uses of Interface
org.tp23.jsp.ObjectJspFactory

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

Methods in org.tp23.jasper that return ObjectJspFactory
 ObjectJspFactory MyJasper.getObjectJspFactory()
          Gets the objectJspFactory attribute of the MyJasper object
 

Uses of ObjectJspFactory in org.tp23.jasper.runtime
 

Classes in org.tp23.jasper.runtime that implement ObjectJspFactory
 class ObjectJspFactoryImpl
          Implementation of JspFactory from the spec.
 

Fields in org.tp23.jasper.runtime declared as ObjectJspFactory
protected  ObjectJspFactory ObjectPageContextImpl.factory
          Description of the Field
 

Constructors in org.tp23.jasper.runtime with parameters of type ObjectJspFactory
ObjectContainerContextImpl(ObjectJspFactory factory, Engine myJasper)
          Constructor for the ObjectContainerContextImpl object
ObjectContainerContextImpl(ObjectJspFactory factory, Engine myJasper, java.util.Properties configuration)
           
 

Uses of ObjectJspFactory in org.tp23.jsp
 

Methods in org.tp23.jsp that return ObjectJspFactory
 ObjectJspFactory Engine.getObjectJspFactory()
           
 


JSPTemplates