|
JSPTemplates | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.tp23.jasper.servlet.ServletEngine
Not used specific to web containers but required for compilation, 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.
Constructor Summary | |
ServletEngine()
|
Method Summary | |
java.lang.ClassLoader |
getClassLoader(javax.servlet.ServletContext ctx)
Get the class loader for this ServletContext object. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ServletEngine()
Method Detail |
public java.lang.ClassLoader getClassLoader(javax.servlet.ServletContext ctx)
|
JSPTemplates | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |