JSPTemplates

Package org.tp23.jasper.servlet

This package contains code that is mostly specific to running the JSP compiler in a webcontext.

See:
          Description

Class Summary
JasperLoader This is a class loader that loads JSP files as though they were Java classes.
JasperLoader12 1.2 version of the JspLoader
JspServlet The JSP engine (a.k.a Jasper)! Not used but required for compilation.
ServletEngine Not used specific to web containers but required for compilation, Simple class to factor out servlet runner dependencies from the JSP engine.
TomcatServletEngine Implementation of Servlet Engine that is used when the JSP engine is running with Tomcat.
 

Package org.tp23.jasper.servlet Description

This package contains code that is mostly specific to running the JSP compiler in a webcontext. It is generally not used but it is required for compilation and at some point should be removed and replaced with similar classes that can be used in a different context.


JSPTemplates