Interface | Description |
---|---|
BeanValidator |
Implements a bean validator, delegating all validation to Bean Validator especification.
|
Message | |
Outjector |
This class is responsible for outjecting request parameter to the next request.
|
Class | Description |
---|---|
AbstractValidator |
Implements the Validator shortcut methods.
|
BeanValidatorTraversableResolver |
A custom
TraversableResolver to bootstrap Bean Validation avoiding classpath problems with Hibernate
Validator 4 and JPA2. |
DefaultBeanValidator |
Implements the
BeanValidator using Bean Validation especification (JSR303). |
DefaultValidator |
The default validator implementation.
|
I18nMessage |
In this Message implementation, the message is i18n'ed while the category is literal.
|
I18nParam |
Represents a lazy i18n parameter
Use:
I18nMessage message = new I18nMessage("category", "key", new I18nParam("lazy.param"));
|
MessageConverter |
Converter for normalizing
Message serialization |
MessageInterpolatorFactory |
Factory for JSR303 MessageInterpolator
|
MethodValidatorCreator |
Bring up Method Validation factory.
|
MethodValidatorInterceptor |
Validate method parameters using Hibernate Validator.
|
NullBeanValidator |
A bean validator that does nothing
|
ReplicatorOutjector |
Outjector implementation that replicates logic parameters to next logic
|
ValidationMessage |
A simple validation message.
|
Validations |
Hamcrest based validation support.
|
ValidatorCreator |
Bring up Bean Validation factory.
|
ValidatorFactoryCreator |
Factory for JSR303 ValidatorFactory
|
Exception | Description |
---|---|
DefaultValidationException |
VRaptor's default implementation of a
ValidationException . |
ValidationException |
If some validation error occur, its encapsulated within an instance of
ValidationException, which is then throw and parsed.
|
Copyright © 2013 Caelum. All Rights Reserved.