Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.apache.jasper.servlet: Javadoc index of package org.apache.jasper.servlet.


Package Samples:

org.apache.jasper.servlet

Classes:

JspServletWrapper: fgiust: patched in order to let RuntimeException slip through without being hidden in ServletException's during HttpUnit tests. 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. Jasper will try get the Tomcat ServletContext attribute for its ServletContext class loader, if that fails, it uses the parent class loader. In either case, it must be a URLClassLoader.
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. Jasper will try get the Tomcat ServletContext attribute for its ServletContext class loader, if that fails, it uses the parent class loader. In either case, it must be a URLClassLoader.
JasperLoader: Class loader for loading servlet class files (corresponding to JSP files) and tag handler class files (corresponding to tag files).
JspCServletContext: Simple ServletContext implementation without HTTP-specific methods.

Home | Contact Us | Privacy Policy | Terms of Service