| Interface | Description |
|---|---|
| ComponentRegistry |
Represents the registry of all components allowing them to be registered for injection.
|
| Converter<T> |
Converts a string value to an object.
|
| Result |
A resource requisition result.
|
| TwoWayConverter<T> |
A converter that also converts an object to a safe string.
|
| Validator |
A validator interface for vraptor3.
Based on hamcrest, it allows you to assert for specific situations. |
| View |
| Class | Description |
|---|---|
| VRaptor |
VRaptor entry point.
Provider configuration is supported through init parameter. |
| Exception | Description |
|---|---|
| InterceptionException | |
| VRaptorException |
The base
Exception type for VRaptor. |
| Annotation Type | Description |
|---|---|
| Consumes |
Indicates that the resource method expects the specified MIME content-types
in the request.
|
| Convert |
Registers a class as a converter.
|
| Delete |
Supports the DELETE http method.
|
| Get |
Supports the GET http method.
|
| Head |
Supports the HEAD http method.
|
| HeaderParam | |
| Intercepts |
Notifies vraptor to use this interceptor in the interceptor stack.
Interceptors annotated are run in any order, therefore if the sequence is important to your project, use an annotated InterceptorSequence. |
| Lazy |
Identifies that given class should be used with a lazy strategy.
|
| Options |
Supports the OPTIONS http method.
|
| Patch |
Supports the PATCH http method.
|
| Path |
Sets a custom path to allow web requisitions to access this resource.
To be used together with web methods annotations as Get, Post and so on. |
| Post |
Supports the POST http method.
|
| Put |
Supports the PUT http method.
|
| Resource |
Resources are entry points for requests; i.e, requests are handled by VRaptor Resources.
|
| Trace |
Supports the TRACE http method.
|
Copyright © 2013 Caelum. All Rights Reserved.