| Interface | Description |
|---|---|
| Message | |
| Outjector |
This class is responsible for outjecting request parameter to the next request.
|
| Validator |
A validator interface for VRaptor.
|
| Class | Description |
|---|---|
| AbstractValidator |
Implements the Validator shortcut methods.
|
| DefaultValidator |
The default validator implementation.
|
| ErrorList |
Class that represents an error list.
|
| 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"));
|
| ReplicatorOutjector |
Outjector implementation that replicates logic parameters to next logic
|
| SimpleMessage |
A simple validation message.
|
| Enum | Description |
|---|---|
| Severity |
| Exception | Description |
|---|---|
| DefaultValidationException |
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 © 2014 Caelum. All rights reserved.