Uses of Interface
org.apache.tapestry5.plastic.PlasticClassTransformation
Packages that use PlasticClassTransformation
Package
Description
[INTERNAL USE ONLY] Plastic implementation details; API subject to change
Plastic, Tapestry's component class transformation library based on ASM
-
Uses of PlasticClassTransformation in org.apache.tapestry5.beanmodel.services
Methods in org.apache.tapestry5.beanmodel.services that return PlasticClassTransformationModifier and TypeMethodDescription<T> PlasticClassTransformation<T>
PlasticProxyFactoryImpl.createProxyTransformation
(Class<T> interfaceType) <T> PlasticClassTransformation<T>
PlasticProxyFactoryImpl.createProxyTransformation
(Class<T> interfaceType, Class<? extends T> implementationType) -
Uses of PlasticClassTransformation in org.apache.tapestry5.commons.services
Methods in org.apache.tapestry5.commons.services that return PlasticClassTransformationModifier and TypeMethodDescription<T> PlasticClassTransformation<T>
PlasticProxyFactory.createProxyTransformation
(Class<T> interfaceType) Creates the underlyingPlasticClassTransformation
for an interface proxy.<T> PlasticClassTransformation<T>
PlasticProxyFactory.createProxyTransformation
(Class<T> interfaceType, Class<? extends T> implementationType) Creates the underlyingPlasticClassTransformation
for an interface proxy with a given implementation class. -
Uses of PlasticClassTransformation in org.apache.tapestry5.internal.plastic
Subinterfaces of PlasticClassTransformation in org.apache.tapestry5.internal.plasticClasses in org.apache.tapestry5.internal.plastic that implement PlasticClassTransformationMethods in org.apache.tapestry5.internal.plastic that return PlasticClassTransformationModifier and TypeMethodDescriptionPlasticClassPool.createTransformation
(String baseClassName, String newClassName) PlasticClassPool.createTransformation
(String baseClassName, String newClassName, String implementationClassName) -
Uses of PlasticClassTransformation in org.apache.tapestry5.plastic
Methods in org.apache.tapestry5.plastic that return PlasticClassTransformationModifier and TypeMethodDescription<T> PlasticClassTransformation<T>
PlasticManager.createProxyTransformation
(Class interfaceType, Class implementationType) ReturnscreateProxyTransformation(interfaceType, implementationType, true)
<T> PlasticClassTransformation<T>
PlasticManager.createProxyTransformation
(Class interfaceType, Class implementationType, boolean introduceInterface) Creates the underlyingPlasticClassTransformation
for an interface proxy.