Class PlasticClassLoader
- java.lang.Object
-
- java.lang.ClassLoader
-
- org.apache.tapestry5.internal.plastic.PlasticClassLoader
-
public class PlasticClassLoader extends ClassLoader
-
-
Constructor Summary
Constructors Constructor Description PlasticClassLoader(ClassLoader parent, ClassLoaderDelegate delegate)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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, findClass, findLibrary, findLoadedClass, findResource, findResource, findResources, findSystemClass, getClassLoadingLock, getDefinedPackage, getDefinedPackages, getName, getPackage, getPackages, getParent, getPlatformClassLoader, getResource, getResourceAsStream, getResources, getSystemClassLoader, getSystemResource, getSystemResourceAsStream, getSystemResources, getUnnamedModule, isRegisteredAsParallelCapable, loadClass, registerAsParallelCapable, resolveClass, resources, setClassAssertionStatus, setDefaultAssertionStatus, setPackageAssertionStatus, setSigners
-
-
-
-
Constructor Detail
-
PlasticClassLoader
public PlasticClassLoader(ClassLoader parent, ClassLoaderDelegate delegate)
-
-
Method Detail
-
loadClass
protected Class<?> loadClass(String name, boolean resolve) throws ClassNotFoundException
- Overrides:
loadClass
in classClassLoader
- Throws:
ClassNotFoundException
-
defineClassWithBytecode
public Class<?> defineClassWithBytecode(String className, byte[] bytecode)
-
-