Uses of Interface
org.apache.tapestry5.plastic.PlasticManagerDelegate
Packages that use PlasticManagerDelegate
Package
Description
[INTERNAL USE ONLY] Plastic implementation details; API subject to change
[INTERNAL USE ONLY] internal service classes; API subject to change
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 PlasticManagerDelegateConstructors in org.apache.tapestry5.internal.plastic with parameters of type PlasticManagerDelegateModifierConstructorDescriptionPlasticClassPool
(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 PlasticManagerDelegateModifier and TypeClassDescriptionfinal class
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 PlasticManagerDelegateModifier and TypeMethodDescriptionPlasticManager.PlasticManagerBuilder.delegate
(PlasticManagerDelegate delegate) Sets thePlasticManagerDelegate
, which is ultimately responsible for transforming classes loaded from controlled packages.