Uses of Interface
org.trails.descriptor.DescriptorDecorator

Packages that use DescriptorDecorator
org.trails.descriptor   
org.trails.descriptor.annotation   
 

Uses of DescriptorDecorator in org.trails.descriptor
 

Methods in org.trails.descriptor that return types with arguments of type DescriptorDecorator
 java.util.List<DescriptorDecorator> TrailsDescriptorService.getDecorators()
          In the default Trails configuration this will contain a HibernateDescriptorDecorator and an AnnotationDecorator
 

Method parameters in org.trails.descriptor with type arguments of type DescriptorDecorator
 void DescriptorService.setDecorators(java.util.List<DescriptorDecorator> decorators)
           
 void TrailsDescriptorService.setDecorators(java.util.List<DescriptorDecorator> decorators)
           
 

Uses of DescriptorDecorator in org.trails.descriptor.annotation
 

Classes in org.trails.descriptor.annotation that implement DescriptorDecorator
 class AnnotationDecorator
          This class uses the annotations on a given class or property to modify its descriptor
 class OgnlAnnotationsDecorator
          Creates InitialValueDescriptorExtension and PossibleValuesDescriptorExtension extensions using the information retrieved from InitialValue and PossibleValues annotations.
 



Copyright © 2004-2008. All Rights Reserved.