Uses of Interface
org.apache.tapestry5.internal.plastic.ClassLoaderDelegate

Packages that use ClassLoaderDelegate
org.apache.tapestry5.internal.plastic   
org.apache.tapestry5.ioc.internal   
 

Uses of ClassLoaderDelegate in org.apache.tapestry5.internal.plastic
 

Classes in org.apache.tapestry5.internal.plastic that implement ClassLoaderDelegate
 class PlasticClassPool
          Responsible for managing a class loader that allows ASM ClassNodes to be instantiated as runtime classes.
 

Constructors in org.apache.tapestry5.internal.plastic with parameters of type ClassLoaderDelegate
PlasticClassLoader(ClassLoader parent, ClassLoaderDelegate delegate)
           
 

Uses of ClassLoaderDelegate in org.apache.tapestry5.ioc.internal
 

Classes in org.apache.tapestry5.ioc.internal that implement ClassLoaderDelegate
 class AbstractReloadableObjectCreator
           
 class ReloadableObjectCreator
          Reloadable object creator for non-service objects.
 class ReloadableServiceImplementationObjectCreator
          Returns an ObjectCreator for lazily instantiating a given implementation class (with dependencies).
 



Copyright © 2003-2012 The Apache Software Foundation.