Uses of Interface
org.apache.tapestry5.plastic.ComputedValue
Packages that use ComputedValue
Package
Description
Plastic, Tapestry's component class transformation library based on ASM
-
Uses of ComputedValue in org.apache.tapestry5.plastic
Methods in org.apache.tapestry5.plastic with parameters of type ComputedValueModifier and TypeMethodDescriptionPlasticField.injectComputed
(ComputedValue<?> computedValue) Converts the field to be read-only, and provide the value, which is computed indirectly inside the class' constructor.<F> PlasticField
PlasticField.setComputedConduit
(ComputedValue<FieldConduit<F>> computedConduit) Sets the conduit for the field to a value computed when the class is instantiated