public class JSPContextFinder extends ClassLoader implements PrivilegedAction
| Constructor and Description |
|---|
JSPContextFinder(ClassLoader contextClassLoader) |
| Modifier and Type | Method and Description |
|---|---|
protected Enumeration |
findResources(String arg0) |
URL |
getResource(String arg0) |
protected Class |
loadClass(String arg0,
boolean arg1) |
Object |
run() |
clearAssertionStatus, defineClass, defineClass, defineClass, defineClass, definePackage, findClass, findLibrary, findLoadedClass, findResource, findSystemClass, getClassLoadingLock, getPackage, getPackages, getParent, getResourceAsStream, getResources, getSystemClassLoader, getSystemResource, getSystemResourceAsStream, getSystemResources, loadClass, registerAsParallelCapable, resolveClass, setClassAssertionStatus, setDefaultAssertionStatus, setPackageAssertionStatus, setSignerspublic JSPContextFinder(ClassLoader contextClassLoader)
public Object run()
run in interface PrivilegedActionprotected Class loadClass(String arg0, boolean arg1) throws ClassNotFoundException
loadClass in class ClassLoaderClassNotFoundExceptionpublic URL getResource(String arg0)
getResource in class ClassLoaderprotected Enumeration findResources(String arg0) throws IOException
findResources in class ClassLoaderIOExceptionCopyright © 2012-2015 The Apache Software Foundation. All Rights Reserved.