Uses of Annotation Type
org.apache.tapestry5.ioc.annotations.UsesConfiguration
Packages that use UsesConfiguration
Package
Description
Support for JSR-303 Bean Validation via the Hibernate validator implementation
Provides support for simple CRUD applications built on top of Tapestry and Hibernate
Provides support for simple CRUD applications built on top of Tapestry and JPA
Core services
Services for locating and loading pages and component resources.
Services related to Tapestry's REST support, including OpenAPI 3.0 description generation.
-
Uses of UsesConfiguration in org.apache.tapestry5.beanvalidator
Classes in org.apache.tapestry5.beanvalidator with annotations of type UsesConfigurationModifier and TypeInterfaceDescriptioninterface
Provides list of groups targeted for validation.interface
Source forClientConstraintDescriptor
. -
Uses of UsesConfiguration in org.apache.tapestry5.hibernate
Classes in org.apache.tapestry5.hibernate with annotations of type UsesConfigurationModifier and TypeInterfaceDescriptioninterface
Contains a set of contributed package names from which to load entities. -
Uses of UsesConfiguration in org.apache.tapestry5.jpa
Classes in org.apache.tapestry5.jpa with annotations of type UsesConfigurationModifier and TypeInterfaceDescriptioninterface
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 UsesConfigurationModifier and TypeInterfaceDescriptioninterface
Used to override the defaultBeanBlockSource
for a particular data type.interface
A source ofBlock
s used to display the properties of a bean (used by theGrid
component), or to edit the properties of a bean (used by theBeanEditForm
component).interface
Resolves page names and component types to fully qualified class names.interface
Deprecated.Deprecated in 5.4 with no replacement; see release notes about classpath assets moving to /META-INF/assets/, and content checksums inside asset URLs -
Uses of UsesConfiguration in org.apache.tapestry5.services.pageload
Classes in org.apache.tapestry5.services.pageload with annotations of type UsesConfigurationModifier and TypeInterfaceDescriptioninterface
Used to perform a pre-load of pages, at startup time. -
Uses of UsesConfiguration in org.apache.tapestry5.services.rest
Classes in org.apache.tapestry5.services.rest with annotations of type UsesConfigurationModifier and TypeInterfaceDescriptioninterface
Service which provides a list of mapped entities.