org.apache.tapestry5.internal.plastic
Class PlasticClassLoader

java.lang.Object
  extended by java.lang.ClassLoader
      extended by org.apache.tapestry5.internal.plastic.PlasticClassLoader

public class PlasticClassLoader
extends ClassLoader


Constructor Summary
PlasticClassLoader(ClassLoader parent, ClassLoaderDelegate delegate)
           
 
Method Summary
 Class<?> defineClassWithBytecode(String className, byte[] bytecode)
           
protected  Class<?> loadClass(String name, boolean resolve)
           
 
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
 

Constructor Detail

PlasticClassLoader

public PlasticClassLoader(ClassLoader parent,
                          ClassLoaderDelegate delegate)
Method Detail

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.