Package | Description |
---|---|
org.apache.tapestry5.plastic |
Plastic, Tapestry's component class transformation library based on ASM
|
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. |
PlasticManager.PlasticManagerBuilder |
PlasticManager.PlasticManagerBuilder.enable(TransformationOption option) |
PlasticManager.PlasticManagerBuilder |
PlasticManager.PlasticManagerBuilder.packages(Collection<String> packageNames)
Adds additional controlled packages, in which classes are loaded and transformed.
|
static PlasticManager.PlasticManagerBuilder |
PlasticManager.withClassLoader(ClassLoader loader)
Creates a new builder using the specified class loader.
|
static PlasticManager.PlasticManagerBuilder |
PlasticManager.withContextClassLoader()
Creates a new builder using the thread's context class loader.
|
5.6.3 - Copyright © 2003-2021 The Apache Software Foundation.