org.apache.jasper.servlet |
|
Java Source File Name | Type | Comment |
JasperLoader.java | Class | Class loader for loading servlet class files (corresponding to JSP files)
and tag handler class files (corresponding to tag files).
author: Anil K. |
JspCServletContext.java | Class | Simple ServletContext implementation without
HTTP-specific methods. |
JspServlet.java | Class | 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. |
JspServletWrapper.java | Class | 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. |