Uses of Interface
org.apache.tapestry5.plastic.FieldConduit
-
Packages that use FieldConduit Package Description org.apache.tapestry5.internal.transform [INTERNAL USE ONLY] component class transformation implementation classes; API subject to change.org.apache.tapestry5.plastic Plastic, Tapestry's component class transformation library based on ASM -
-
Uses of FieldConduit in org.apache.tapestry5.internal.transform
Subinterfaces of FieldConduit in org.apache.tapestry5.internal.transform Modifier and Type Interface Description interface
ParameterConduit
A facade aroundBinding
andInternalComponentResources
that is used to instrument fields with theParameter
annotation.Classes in org.apache.tapestry5.internal.transform that implement FieldConduit Modifier and Type Class Description class
ReadOnlyComponentFieldConduit
An implementation ofFieldConduit
for a read-only component field. -
Uses of FieldConduit in org.apache.tapestry5.plastic
Methods in org.apache.tapestry5.plastic with parameters of type FieldConduit Modifier and Type Method Description <F> PlasticField
PlasticField. setConduit(FieldConduit<F> conduit)
Intercepts all access to the field, replacing such access with calls on the conduit.Method parameters in org.apache.tapestry5.plastic with type arguments of type FieldConduit Modifier and Type Method Description <F> PlasticField
PlasticField. setComputedConduit(ComputedValue<FieldConduit<F>> computedConduit)
Sets the conduit for the field to a value computed when the class is instantiated
-