org.apache.jasper.servlet
クラス ServletEngine

java.lang.Object
  |
  +--org.apache.jasper.servlet.ServletEngine
直系の既知のサブクラス:
TomcatServletEngine

public class ServletEngine
extends java.lang.Object

Simple class to factor out servlet runner dependencies from the JSP engine. There's a few motivations here: (a) ability for the JSP engine to be able to run on multiple servlet engines - 2.1 and 2.2 (b) ability for the JSP engine to take advantage of specific servlet engines; this is crucial from a J2EE point of view.

作成者:
Anil K. Vijendran, Harish Prabandham

コンストラクタの概要
ServletEngine()
           
 
メソッドの概要
 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
 

コンストラクタの詳細

ServletEngine

public ServletEngine()
メソッドの詳細

getClassLoader

public java.lang.ClassLoader getClassLoader(javax.servlet.ServletContext ctx)
Get the class loader for this ServletContext object.


Copyright ? 2000 Apache Software Foundation. All Rights Reserved.