All Classes and Interfaces
Class
Description
Bean Validation interceptor.
Validation manager which is responsible for providing instance of
Validator
based on the underlying validation provider.
This is the central class for javax.validation (JSR-303) in a Struts2 setup : It bootstraps a
javax.validation.ValidationFactory and exposes it through the javax.validation.Validator interface.
Validation annotation to validate that two fields are equal.
Defines several
@FieldMatch
annotations on the same elementValidation with Group Constrains on execution method (Action)
Class consisting of various constant values being used within
bean validation plugin