Uses of Interface
org.apache.tapestry5.plastic.PlasticManagerDelegate
-
Packages that use PlasticManagerDelegate Package Description org.apache.tapestry5.internal.plastic [INTERNAL USE ONLY] Plastic implementation details; API subject to changeorg.apache.tapestry5.internal.services [INTERNAL USE ONLY] internal service classes; API subject to changeorg.apache.tapestry5.plastic Plastic, Tapestry's component class transformation library based on ASM -
-
Uses of PlasticManagerDelegate in org.apache.tapestry5.internal.plastic
Classes in org.apache.tapestry5.internal.plastic that implement PlasticManagerDelegate Modifier and Type Class Description class
NoopDelegate
class
StandardDelegate
Constructors in org.apache.tapestry5.internal.plastic with parameters of type PlasticManagerDelegate Constructor Description PlasticClassPool(ClassLoader parentLoader, PlasticManagerDelegate delegate, Set<String> controlledPackages, Set<TransformationOption> options)
Creates the pool with a set of controlled packages; all classes in the controlled packages are loaded by the pool's class loader, and all top-level classes in the controlled packages are transformed via the delegate. -
Uses of PlasticManagerDelegate in org.apache.tapestry5.internal.services
Classes in org.apache.tapestry5.internal.services that implement PlasticManagerDelegate Modifier and Type Class Description class
ComponentInstantiatorSourceImpl
A wrapper around aPlasticManager
that allows certain classes to be modified as they are loaded. -
Uses of PlasticManagerDelegate in org.apache.tapestry5.plastic
Methods in org.apache.tapestry5.plastic with parameters of type PlasticManagerDelegate Modifier and Type Method Description PlasticManager.PlasticManagerBuilder
PlasticManager.PlasticManagerBuilder. delegate(PlasticManagerDelegate delegate)
Sets thePlasticManagerDelegate
, which is ultimately responsible for transforming classes loaded from controlled packages.
-