Package org.jboss.util.loading

Interface Summary
Translatable (src) An interface representing class loader like senamics used in the aop layer.
Translator (src) An interface for transforming byte code before Class creation.
 

Class Summary
ContextClassLoader (src) A helper for context classloading.
ContextClassLoaderSwitcher (src) A helper for context classloading switching.
DelegatingClassLoader (src) A URL classloader that delegates to its parent, avoiding synchronization.