|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 内部クラス | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Object | +--org.apache.jasper.servlet.ServletEngine
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.
コンストラクタの概要 | |
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 |
コンストラクタの詳細 |
public ServletEngine()
メソッドの詳細 |
public java.lang.ClassLoader getClassLoader(javax.servlet.ServletContext ctx)
|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 内部クラス | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |