Uses of Interface
org.apache.tapestry5.internal.plastic.ClassLoaderDelegate
Packages that use ClassLoaderDelegate
Package
Description
[INTERNAL USE ONLY] Plastic implementation details; API subject to change
[INTERNAL USE ONLY] Tapestry IOC implementation details; API subject to change.
-
Uses of ClassLoaderDelegate in org.apache.tapestry5.internal.plastic
Classes in org.apache.tapestry5.internal.plastic that implement ClassLoaderDelegateModifier and TypeClassDescriptionclass
Responsible for managing a class loader that allows ASMClassNode
s to be instantiated as runtime classes.Constructors in org.apache.tapestry5.internal.plastic with parameters of type ClassLoaderDelegateModifierConstructorDescriptionPlasticClassLoader
(ClassLoader parent, ClassLoaderDelegate delegate) -
Uses of ClassLoaderDelegate in org.apache.tapestry5.ioc.internal
Classes in org.apache.tapestry5.ioc.internal that implement ClassLoaderDelegateModifier and TypeClassDescriptionclass
class
Reloadable object creator for non-service objects.class
Returns anObjectCreator
for lazily instantiating a given implementation class (with dependencies).