Uses of Class
org.apache.tapestry5.ioc.annotations.UsesConfiguration

Packages that use UsesConfiguration
org.apache.tapestry5.beanvalidator Support for JSR-303 Bean Validation via the Hibernate validator implementation 
org.apache.tapestry5.hibernate Provides support for simple CRUD applications built on top of Tapestry and Hibernate 
org.apache.tapestry5.ioc.services Tapestry IOC service interfaces 
org.apache.tapestry5.jpa Provides support for simple CRUD applications built on top of Tapestry and JPA 
org.apache.tapestry5.services Core services 
 

Uses of UsesConfiguration in org.apache.tapestry5.beanvalidator
 

Classes in org.apache.tapestry5.beanvalidator with annotations of type UsesConfiguration
 interface BeanValidatorGroupSource
          Provides list of groups targeted for validation.
 interface ClientConstraintDescriptorSource
          Source for ClientConstraintDescriptor.
 

Uses of UsesConfiguration in org.apache.tapestry5.hibernate
 

Classes in org.apache.tapestry5.hibernate with annotations of type UsesConfiguration
 interface HibernateEntityPackageManager
          Contains a set of contributed package names from which to load entities.
 

Uses of UsesConfiguration in org.apache.tapestry5.ioc.services
 

Classes in org.apache.tapestry5.ioc.services with annotations of type UsesConfiguration
 interface TypeCoercer
          Makes use of Coercions to convert between an input value (of some specific type) and a desired output type.
 

Uses of UsesConfiguration in org.apache.tapestry5.jpa
 

Classes in org.apache.tapestry5.jpa with annotations of type UsesConfiguration
 interface JpaEntityPackageManager
          Contains a set of contributed package names from which to load entities.
 

Uses of UsesConfiguration in org.apache.tapestry5.services
 

Classes in org.apache.tapestry5.services with annotations of type UsesConfiguration
 interface BeanBlockOverrideSource
          Used to override the default BeanBlockSource for a particular data type.
 interface BeanBlockSource
          A source of Blocks used to display the properties of a bean (used by the Grid component), or to edit the properties of a bean (used by the BeanEditForm component).
 interface ComponentClassResolver
          Resolves page names and component types to fully qualified class names.
 interface ResourceDigestGenerator
          Responsible for determining which classpath resources require checksums, and for generating checksums for such resources.
 



Copyright © 2003-2012 The Apache Software Foundation.