org.apache.commons.ognl.enhance
Class ContextClassLoader
java.lang.Object
java.lang.ClassLoader
org.apache.commons.ognl.enhance.ContextClassLoader
public class ContextClassLoader
- extends ClassLoader
Methods inherited from class java.lang.ClassLoader |
clearAssertionStatus, defineClass, defineClass, defineClass, defineClass, definePackage, findLibrary, findLoadedClass, findResource, findResources, findSystemClass, getPackage, getPackages, getParent, getResource, getResourceAsStream, getResources, getSystemClassLoader, getSystemResource, getSystemResourceAsStream, getSystemResources, loadClass, loadClass, resolveClass, setClassAssertionStatus, setDefaultAssertionStatus, setPackageAssertionStatus, setSigners |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ContextClassLoader
public ContextClassLoader(ClassLoader parentClassLoader,
OgnlContext context)
findClass
protected Class<?> findClass(String name)
throws ClassNotFoundException
-
- Overrides:
findClass
in class ClassLoader
- Throws:
ClassNotFoundException
Copyright © 1997-2013 The Apache Software Foundation. All Rights Reserved.