org.apache.tapestry5.internal.plastic
Class PlasticClassLoader
java.lang.Object
java.lang.ClassLoader
org.apache.tapestry5.internal.plastic.PlasticClassLoader
public class PlasticClassLoader
- extends ClassLoader
Methods inherited from class java.lang.ClassLoader |
clearAssertionStatus, defineClass, defineClass, defineClass, defineClass, definePackage, findClass, findLibrary, findLoadedClass, findResource, findResources, findSystemClass, getPackage, getPackages, getParent, getResource, getResourceAsStream, getResources, getSystemClassLoader, getSystemResource, getSystemResourceAsStream, getSystemResources, loadClass, resolveClass, setClassAssertionStatus, setDefaultAssertionStatus, setPackageAssertionStatus, setSigners |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PlasticClassLoader
public PlasticClassLoader(ClassLoader parent,
ClassLoaderDelegate delegate)
loadClass
protected Class<?> loadClass(String name,
boolean resolve)
throws ClassNotFoundException
- Overrides:
loadClass
in class ClassLoader
- Throws:
ClassNotFoundException
defineClassWithBytecode
public Class<?> defineClassWithBytecode(String className,
byte[] bytecode)
Copyright © 2003-2012 The Apache Software Foundation.