JSPTemplates

Uses of Interface
org.tp23.jsp.Engine

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

Classes in org.tp23.jasper that implement Engine
 class MyJasper
          This is the object that serves the jsp responses, it is basically local java tomcat.
 

Methods in org.tp23.jasper that return Engine
 Engine DestinationImpl.getServer()
          Gets the MyJasper that is running the JSP.
 

Constructors in org.tp23.jasper with parameters of type Engine
DestinationImpl(java.util.Map properties, Engine server)
          The Properties supplied are analogous to the request parameters
 

Uses of Engine in org.tp23.jasper.runtime
 

Methods in org.tp23.jasper.runtime that return Engine
 Engine ObjectContainerContextImpl.getContainer()
           
 

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

Uses of Engine in org.tp23.jsp
 

Methods in org.tp23.jsp that return Engine
 Engine ObjectContainerContext.getContainer()
           
 Engine Destination.getServer()
           
 


JSPTemplates