|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PlasticClassTransformer | |
---|---|
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.ioc.internal.services | [INTERNAL USE ONLY] Tapestry IOC service implementation classes; API subject to change. |
org.apache.tapestry5.ioc.services | Tapestry IOC service interfaces |
org.apache.tapestry5.plastic | Plastic, Tapestry's component class transformation library based on ASM |
Uses of PlasticClassTransformer in org.apache.tapestry5.internal.plastic |
---|
Classes in org.apache.tapestry5.internal.plastic that implement PlasticClassTransformer | |
---|---|
class |
NoopDelegate
|
class |
StandardDelegate
|
Constructors in org.apache.tapestry5.internal.plastic with parameters of type PlasticClassTransformer | |
---|---|
StandardDelegate(PlasticClassTransformer... transformers)
|
Uses of PlasticClassTransformer in org.apache.tapestry5.internal.services |
---|
Classes in org.apache.tapestry5.internal.services that implement PlasticClassTransformer | |
---|---|
class |
ComponentInstantiatorSourceImpl
A wrapper around a PlasticManager that allows certain classes to be modified as they are loaded. |
Uses of PlasticClassTransformer in org.apache.tapestry5.ioc.internal.services |
---|
Methods in org.apache.tapestry5.ioc.internal.services with parameters of type PlasticClassTransformer | ||
---|---|---|
|
PlasticProxyFactoryImpl.createProxy(Class<T> interfaceType,
PlasticClassTransformer callback)
|
Uses of PlasticClassTransformer in org.apache.tapestry5.ioc.services |
---|
Methods in org.apache.tapestry5.ioc.services with parameters of type PlasticClassTransformer | ||
---|---|---|
|
PlasticProxyFactory.createProxy(Class<T> interfaceType,
PlasticClassTransformer callback)
Creates a proxy object that implements the indicated interface, then invokes the callback to further configure the proxy. |
Uses of PlasticClassTransformer in org.apache.tapestry5.plastic |
---|
Subinterfaces of PlasticClassTransformer in org.apache.tapestry5.plastic | |
---|---|
interface |
PlasticManagerDelegate
Delegate to the PlasticManager that performs the actual transformations of the class. |
Methods in org.apache.tapestry5.plastic with parameters of type PlasticClassTransformer | ||
---|---|---|
|
PlasticManager.createClass(Class<T> baseClass,
PlasticClassTransformer callback)
Creates an entirely new class, extending from the provided base class. |
|
|
PlasticManager.createProxy(Class<T> interfaceType,
PlasticClassTransformer callback)
Creates an entirely new class. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |