Uses of Class
org.apache.tapestry5.plastic.TransformationOption

Packages that use TransformationOption
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 
 

Uses of TransformationOption in org.apache.tapestry5.internal.plastic
 

Constructor parameters in org.apache.tapestry5.internal.plastic with type arguments of type TransformationOption
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.
 

Uses of TransformationOption in org.apache.tapestry5.plastic
 

Methods in org.apache.tapestry5.plastic that return TransformationOption
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.
 

Methods in org.apache.tapestry5.plastic with parameters of type TransformationOption
 PlasticManager.PlasticManagerBuilder PlasticManager.PlasticManagerBuilder.enable(TransformationOption option)
           
 



Copyright © 2003-2012 The Apache Software Foundation.