Uses of Interface
org.apache.tapestry5.services.TransformField

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

Uses of TransformField in org.apache.tapestry5.internal.services
 

Methods in org.apache.tapestry5.internal.services that return TransformField
<T> TransformField
InternalClassTransformationImpl.addIndirectInjectedField(Class<T> type, String suggestedName, ComponentValueProvider<T> provider)
           
 TransformField InternalClassTransformationImpl.createField(int modifiers, String type, String suggestedName)
           
 TransformField InternalClassTransformationImpl.getField(String fieldName)
           
 

Methods in org.apache.tapestry5.internal.services that return types with arguments of type TransformField
 List<TransformField> InternalClassTransformationImpl.matchFields(Predicate<TransformField> predicate)
           
 List<TransformField> InternalClassTransformationImpl.matchFieldsWithAnnotation(Class<? extends Annotation> annotationClass)
           
 List<TransformField> InternalClassTransformationImpl.matchUnclaimedFields()
           
 

Method parameters in org.apache.tapestry5.internal.services with type arguments of type TransformField
 List<TransformField> InternalClassTransformationImpl.matchFields(Predicate<TransformField> predicate)
           
 

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

Method parameters in org.apache.tapestry5.internal.transform with type arguments of type TransformField
static String TransformMessages.illegalNumberOfPageActivationContextHandlers(List<TransformField> fields)
           
 

Uses of TransformField in org.apache.tapestry5.services
 

Methods in org.apache.tapestry5.services that return TransformField
<T> TransformField
ClassTransformation.addIndirectInjectedField(Class<T> type, String suggestedName, ComponentValueProvider<T> provider)
          Like ClassTransformation.addInjectedField(Class, String, Object), but instead of specifying the value, a provider for the value is specified.
 TransformField ClassTransformation.createField(int modifiers, String type, String suggestedName)
          Defines a new declared field for the class.
 TransformField ClassTransformation.getField(String fieldName)
          Locates a declared field by its field name.
 

Methods in org.apache.tapestry5.services that return types with arguments of type TransformField
 List<TransformField> ClassTransformation.matchFields(Predicate<TransformField> predicate)
          Finds all unclaimed fields matched by the provided predicate.
 List<TransformField> ClassTransformation.matchFieldsWithAnnotation(Class<? extends Annotation> annotationClass)
          Returns a sorted list of declared instance fields with the indicated annotation.
 List<TransformField> ClassTransformation.matchUnclaimedFields()
          Matches all fields that are not claimed.
 

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

Method parameters in org.apache.tapestry5.services with type arguments of type TransformField
 List<TransformField> ClassTransformation.matchFields(Predicate<TransformField> predicate)
          Finds all unclaimed fields matched by the provided predicate.
 



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