public class JspClassLoader extends URLClassLoader
| Constructor and Description |
|---|
JspClassLoader(org.osgi.framework.Bundle bundle,
PermissionCollection permissions) |
| Modifier and Type | Method and Description |
|---|---|
protected Class |
findClass(String name) |
protected PermissionCollection |
getPermissions(CodeSource codesource) |
protected Class |
loadClass(String name,
boolean resolve) |
addURL, close, definePackage, findResource, findResources, getResourceAsStream, getURLs, newInstance, newInstancedefineClass, defineClassclearAssertionStatus, defineClass, defineClass, defineClass, defineClass, definePackage, findLibrary, findLoadedClass, findSystemClass, getClassLoadingLock, getPackage, getPackages, getParent, getResource, getResources, getSystemClassLoader, getSystemResource, getSystemResourceAsStream, getSystemResources, loadClass, registerAsParallelCapable, resolveClass, setClassAssertionStatus, setDefaultAssertionStatus, setPackageAssertionStatus, setSignerspublic JspClassLoader(org.osgi.framework.Bundle bundle,
PermissionCollection permissions)
protected Class loadClass(String name, boolean resolve) throws ClassNotFoundException
loadClass in class ClassLoaderClassNotFoundExceptionprotected Class findClass(String name) throws ClassNotFoundException
findClass in class URLClassLoaderClassNotFoundExceptionprotected PermissionCollection getPermissions(CodeSource codesource)
getPermissions in class URLClassLoaderCopyright © 2012-2015 The Apache Software Foundation. All Rights Reserved.