org.apache.jasper.servlet
クラス 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.

作成者:
Anil K. Vijendran

コンストラクタの概要
TomcatServletEngine()
           
 
メソッドの概要
 java.lang.ClassLoader getClassLoader(javax.servlet.ServletContext ctx)
          Get the class loader for this ServletContext object.
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

TomcatServletEngine

public TomcatServletEngine()
メソッドの詳細

getClassLoader

public java.lang.ClassLoader getClassLoader(javax.servlet.ServletContext ctx)
クラス ServletEngine の記述:
Get the class loader for this ServletContext object.
オーバーライド:
クラス ServletEngine 内の getClassLoader


Copyright ? 2000 Apache Software Foundation. All Rights Reserved.