Package | Description |
---|---|
org.apache.tapestry5.internal.plastic |
[INTERNAL USE ONLY] Plastic implementation details; API subject to change
|
org.apache.tapestry5.internal.services |
[INTERNAL USE ONLY] internal service classes; API subject to change
|
org.apache.tapestry5.plastic |
Plastic, Tapestry's component class transformation library based on ASM
|
Modifier and Type | Class and Description |
---|---|
class |
NoopDelegate |
class |
StandardDelegate |
Constructor and 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.
|
Modifier and Type | Class and Description |
---|---|
class |
ComponentInstantiatorSourceImpl
A wrapper around a
PlasticManager that allows certain classes to be modified as they are loaded. |
Modifier and Type | Method and Description |
---|---|
PlasticManager.PlasticManagerBuilder |
PlasticManager.PlasticManagerBuilder.delegate(PlasticManagerDelegate delegate)
Sets the
PlasticManagerDelegate , which is ultimately responsible for
transforming classes loaded from controlled packages. |
5.6.3 - Copyright © 2003-2021 The Apache Software Foundation.