Uses of Interface
org.apache.tapestry5.ioc.services.FieldValueConduit

Packages that use FieldValueConduit
org.apache.tapestry5.internal.transform   
org.apache.tapestry5.services   
 

Uses of FieldValueConduit in org.apache.tapestry5.internal.transform
 

Subinterfaces of FieldValueConduit 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 FieldValueConduit
 class ReadOnlyFieldValueConduit
          An implementation of FieldValueConduit for a read-only component field.
 

Uses of FieldValueConduit in org.apache.tapestry5.services
 

Methods in org.apache.tapestry5.services with parameters of type FieldValueConduit
 void TransformField.replaceAccess(FieldValueConduit conduit)
          Replaces read and write field access with a conduit.
 

Method parameters in org.apache.tapestry5.services with type arguments of type FieldValueConduit
 void TransformField.replaceAccess(ComponentValueProvider<FieldValueConduit> conduitProvider)
          Replaces read and write field access with a conduit.
 



Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.