public class AttributeClassLoader extends ClassLoader
| Modifier and Type | Field and Description |
|---|---|
EntryAttribute |
attribute |
| Constructor and Description |
|---|
AttributeClassLoader() |
| Modifier and Type | Method and Description |
|---|---|
Class<?> |
findClass(String name) |
void |
setAttribute(EntryAttribute attribute) |
clearAssertionStatus, defineClass, defineClass, defineClass, defineClass, definePackage, findLibrary, findLoadedClass, findResource, findResources, findSystemClass, getClassLoadingLock, getPackage, getPackages, getParent, getResource, getResourceAsStream, getResources, getSystemClassLoader, getSystemResource, getSystemResourceAsStream, getSystemResources, loadClass, loadClass, registerAsParallelCapable, resolveClass, setClassAssertionStatus, setDefaultAssertionStatus, setPackageAssertionStatus, setSignerspublic EntryAttribute attribute
public void setAttribute(EntryAttribute attribute) throws NamingException
NamingExceptionpublic Class<?> findClass(String name) throws ClassNotFoundException
findClass in class ClassLoaderClassNotFoundExceptionCopyright © 2003–2016 The Apache Software Foundation. All rights reserved.