|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use FieldConduit | |
|---|---|
| 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 | |
|---|---|
interface |
ParameterConduit
A facade around Binding and InternalComponentResources that is used to instrument
fields with the Parameter annotation. |
| Classes in org.apache.tapestry5.internal.transform that implement FieldConduit | |
|---|---|
class |
ReadOnlyComponentFieldConduit
An implementation of FieldConduit 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 | ||
|---|---|---|
|
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 | ||
|---|---|---|
|
PlasticField.setComputedConduit(ComputedValue<FieldConduit<F>> computedConduit)
Sets the conduit for the field to a value computed when the class is instantiated |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||