Class JspServlet

java.lang.Object
All Implemented Interfaces:
Servlet, ServletConfig, Serializable, PeriodicEventListener

public class JspServlet extends HttpServlet implements PeriodicEventListener
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.
Author:
Anil K. Vijendran, Harish Prabandham, Remy Maucherat, Kin-man Chung, Glenn Nielsen
See Also: