Uses of Interface
org.apache.tapestry5.plastic.FieldConduit
Packages that use FieldConduit
Package
Description
[INTERNAL USE ONLY] component class transformation implementation classes; API subject to change.
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.transformModifier and TypeInterfaceDescriptioninterface
A facade aroundBinding
andInternalComponentResources
that is used to instrument fields with theParameter
annotation.Classes in org.apache.tapestry5.internal.transform that implement FieldConduitModifier and TypeClassDescriptionclass
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 FieldConduitModifier and TypeMethodDescription<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 FieldConduitModifier and TypeMethodDescription<F> PlasticField
PlasticField.setComputedConduit
(ComputedValue<FieldConduit<F>> computedConduit) Sets the conduit for the field to a value computed when the class is instantiated