| Interface | Description |
|---|---|
| FormatResolver |
Decides which format the request accepts.
|
| MutableRequest |
A request capable of receiving extra parameters.
|
| MutableResponse |
A response that can add listeners to Redirects
|
| MutableResponse.RedirectListener | |
| ParameterNameProvider |
Provides all parameter names for an specific java method.
|
| ParametersProvider |
Provides all parameters required to invoke an specific java method.
|
| UrlToControllerTranslator |
Translates requests into controller methods.
The basic idea is to analyze the uri to strip it of unwanted data and use the rest to route for an specific controller. |
| Class | Description |
|---|---|
| DefaultControllerTranslator |
Basic url to controller method translator.
|
| DefaultFormatResolver |
Default implementation for FormatResolver.
|
| EncodingHandler |
EncodingHandler that uses Encoding from web.xml. |
| Parameter |
Class that represents a method or constructor parameter.
|
| ParanamerNameProvider |
Paranamer implementation for
ParameterNameProvider, that reads parameter info using Named annotation on each
parameter, or read bytecode to find parameter information, in this order. |
| ValuedParameter |
Represents a parameter with value.
|
| VRaptorRequest |
A request capable of adding new parameters.
|
| VRaptorResponse |
Default implementation of
MutableResponse |
| Exception | Description |
|---|---|
| InvalidParameterException |
Some parameters sent by http were invalid.
|
Copyright © 2014 Caelum. All rights reserved.