Spring Web Flow

Package org.springframework.webflow.validation

Interface Summary
ValidationHintResolver A strategy for resolving String-based hints to Objects such as validation groups against a JSR-303 provider.
 

Class Summary
BeanValidationHintResolver A JSR-303 (Bean Validation) implementation of ValidationHintResolver that resolves String-based hints to a Class<?> array.
DefaultValidationContext  
ValidationHelper A helper class the encapsulates conventions to invoke validation logic.
WebFlowMessageCodesResolver Message Codes Resolver that implements the default Web Flow 2.x algorithm.
 


Spring Web Flow