Uses of Interface
org.apache.tapestry5.plastic.ComputedValue
-
Packages that use ComputedValue Package Description org.apache.tapestry5.plastic 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 ComputedValue Modifier and Type Method Description PlasticField
PlasticField. 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
-