Uses of Class
org.apache.tapestry5.plastic.TransformationOption
-
Packages that use TransformationOption Package Description org.apache.tapestry5.plastic Plastic, Tapestry's component class transformation library based on ASM -
-
Uses of TransformationOption in org.apache.tapestry5.plastic
Methods in org.apache.tapestry5.plastic that return TransformationOption Modifier and Type Method Description static TransformationOption
TransformationOption. valueOf(java.lang.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 Modifier and Type Method Description PlasticManager.PlasticManagerBuilder
PlasticManager.PlasticManagerBuilder. enable(TransformationOption option)
-