Package org.apache.tapestry5.beanvalidator
Support for JSR-303 Bean Validation via the Hibernate validator implementation
-
Interface Summary Interface Description BeanValidatorConfigurer Defines the interface for a chain-of-command that updates JSR-303 configuration in some way before theValidatorFactory
is created.BeanValidatorGroupSource Provides list of groups targeted for validation.BeanValidatorSource CreatesValidatorFactory
.ClientConstraintDescriptor Applies client-side validation constraints based on a particular JSR 303 annotation.ClientConstraintDescriptorSource Source forClientConstraintDescriptor
.