Class Summary |
JasperLoader |
This is a class loader that loads JSP files as though they were
Java classes. |
JspCServletContext |
Simple ServletContext implementation without
HTTP-specific methods. |
JspServlet |
The JSP engine (a.k.a Jasper)!
The servlet container is responsible for providing a
URLClassLoader for the web application context Jasper
is being used in. |
ServletEngine |
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. |