|
JSPTemplates | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.ClassLoader | +--org.tp23.jasper.runtime.JspLoader
Jsp compiler and runtime depends on special features from the ClassLoader. It has to allow run-time addition of class paths and provide access to the class path. The loader is also responsible for detecting changes and reloading.
Field Summary | |
protected java.util.Vector |
jars
|
protected Options |
options
|
protected java.lang.ClassLoader |
parent
|
Constructor Summary | |
protected |
JspLoader()
|
Method Summary | |
void |
addJar(java.lang.String jarFileName)
|
java.lang.String |
getClassPath()
|
void |
setOptions(Options options)
|
void |
setParentClassLoader(java.lang.ClassLoader cl)
|
Methods inherited from class java.lang.ClassLoader |
defineClass, defineClass, defineClass, definePackage, findClass, findLibrary, findLoadedClass, findResource, findResources, findSystemClass, getPackage, getPackages, getParent, getResource, getResourceAsStream, getResources, getSystemClassLoader, getSystemResource, getSystemResourceAsStream, getSystemResources, loadClass, loadClass, resolveClass, setSigners |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected java.lang.ClassLoader parent
protected Options options
protected java.util.Vector jars
Constructor Detail |
protected JspLoader()
Method Detail |
public void setParentClassLoader(java.lang.ClassLoader cl)
public void setOptions(Options options)
public void addJar(java.lang.String jarFileName) throws java.io.IOException
public java.lang.String getClassPath()
|
JSPTemplates | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |