Uses of Interface
org.apache.tapestry5.plastic.PlasticClassTransformation

Packages that use PlasticClassTransformation
org.apache.tapestry5.internal.plastic [INTERNAL USE ONLY] Plastic implementation details; 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 PlasticClassTransformation in org.apache.tapestry5.internal.plastic
 

Subinterfaces of PlasticClassTransformation in org.apache.tapestry5.internal.plastic
 interface InternalPlasticClassTransformation
           
 

Classes in org.apache.tapestry5.internal.plastic that implement PlasticClassTransformation
 class PlasticClassImpl
           
 

Methods in org.apache.tapestry5.internal.plastic that return PlasticClassTransformation
 PlasticClassTransformation PlasticClassPool.createTransformation(String baseClassName, String newClassName)
           
 

Uses of PlasticClassTransformation in org.apache.tapestry5.ioc.internal.services
 

Methods in org.apache.tapestry5.ioc.internal.services that return PlasticClassTransformation
 PlasticClassTransformation PlasticProxyFactoryImpl.createProxyTransformation(Class interfaceType)
           
 

Uses of PlasticClassTransformation in org.apache.tapestry5.ioc.services
 

Methods in org.apache.tapestry5.ioc.services that return PlasticClassTransformation
<T> PlasticClassTransformation<T>
PlasticProxyFactory.createProxyTransformation(Class<T> interfaceType)
          Creates the underlying PlasticClassTransformation for an interface proxy.
 

Uses of PlasticClassTransformation in org.apache.tapestry5.plastic
 

Methods in org.apache.tapestry5.plastic that return PlasticClassTransformation
<T> PlasticClassTransformation<T>
PlasticManager.createProxyTransformation(Class interfaceType)
          Creates the underlying PlasticClassTransformation for an interface proxy.
 



Copyright © 2003-2012 The Apache Software Foundation.