Uses of Enum
org.apache.tapestry5.plastic.TransformationOption
Packages that use TransformationOption
Package
Description
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 TransformationOptionModifier and TypeMethodDescriptionstatic TransformationOption
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 TransformationOptionModifier and TypeMethodDescriptionPlasticManager.PlasticManagerBuilder.enable
(TransformationOption option)