JSPTemplates

Package org.tp23.jasper

Interface Summary
JspCompilationContext A place holder for various things that are used through out the JSP engine.
Options A class to hold all init parameters specific to the JSP engine.
 

Class Summary
CommandLineContext Holds data used on a per-page compilation context that would otherwise spill over to other pages being compiled.
Constants Some constants and other global data that are used by the compiler and the runtime.
DestinationImpl Replacement for a request/response.
EmbededServletOptions A class to hold all init parameters specific to the JSP engine.
HashSession Like an HTTP session but with out the time outs.
JavaDoc Set of params for a JAVA Doc run for MyJasper.
JspC Shell for the jspc compiler.
JspEngineContext A place holder for various things that are used through out the JSP engine.
MyJasper This is the object that serves the jsp responses, it is basically local java tomcat.
TestMyJasper Test App to run MyJasper.
 

Exception Summary
JasperException Base class for all exceptions generated by the JSP engine.
 


JSPTemplates