| Package | Description | 
|---|---|
| org.apache.tapestry5.internal.plastic | [INTERNAL USE ONLY] Plastic implementation details; API subject to change | 
| org.apache.tapestry5.plastic | Plastic, Tapestry's component class transformation library based on ASM | 
| 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 | Method and Description | 
|---|---|
| static TransformationOption | TransformationOption. valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static TransformationOption[] | TransformationOption. values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
| Modifier and Type | Method and Description | 
|---|---|
| PlasticManager.PlasticManagerBuilder | PlasticManager.PlasticManagerBuilder. enable(TransformationOption option) | 
5.6.3 - Copyright © 2003-2021 The Apache Software Foundation.