org.apache.jasper.servlet
Class TomcatServletEngine

java.lang.Object
  |
  +--org.apache.jasper.servlet.ServletEngine
        |
        +--org.apache.jasper.servlet.TomcatServletEngine

public class TomcatServletEngine
extends ServletEngine

Implementation of Servlet Engine that is used when the JSP engine is running with Tomcat.

Author:
Anil K. Vijendran

Constructor Summary
TomcatServletEngine()
           
 
Method Summary
 java.lang.ClassLoader getClassLoader(ServletContext ctx)
          Get the class loader for this ServletContext object.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TomcatServletEngine

public TomcatServletEngine()
Method Detail

getClassLoader

public java.lang.ClassLoader getClassLoader(ServletContext ctx)
Description copied from class: ServletEngine
Get the class loader for this ServletContext object.
Overrides:
getClassLoader in class ServletEngine


Copyright © 2000 Mortbay Consulting Pty. Ltd. All Rights Reserved.