railo.commons.lang
Class ExtendableClassLoader
java.lang.Object
java.lang.ClassLoader
railo.commons.lang.ExtendableClassLoader
- Direct Known Subclasses:
- PCLBlock, PhysicalClassLoader
public abstract class ExtendableClassLoader
- extends ClassLoader
Method Summary |
abstract Class<?> |
loadClass(String name,
byte[] barr)
allow to define a new Class with help of the bytecode passed to the method |
Methods inherited from class java.lang.ClassLoader |
clearAssertionStatus, getParent, getResource, getResourceAsStream, getResources, getSystemClassLoader, getSystemResource, getSystemResourceAsStream, getSystemResources, loadClass, setClassAssertionStatus, setDefaultAssertionStatus, setPackageAssertionStatus |
ExtendableClassLoader
public ExtendableClassLoader()
ExtendableClassLoader
public ExtendableClassLoader(ClassLoader parent)
loadClass
public abstract Class<?> loadClass(String name,
byte[] barr)
- allow to define a new Class with help of the bytecode passed to the method
- Parameters:
name
- barr
-
- Returns:
Copyright © 2012 Railo