Interface | Description |
---|---|
Converters |
Represents a collection of converters.
Note: This interface will probably change in the near future to allow annotation support. |
ExceptionMapper |
Store the exception mapping for exception handling.
|
Execution<T> | |
InterceptorHandler |
An interceptor handler is a wrapper to either an interceptor instance or a
interceptor definition.
|
InterceptorHandlerFactory |
Factory for InterceptorHandlers
|
InterceptorStack |
The interceptors stack.
|
Localization |
A i18n messages provider.
|
MethodInfo |
Represents all method parameters, and the result returned by the invoked method.
|
RequestExecution |
A request execution process.
|
Routes |
Allows easy access to detect any route information.
In order to access the uri for a method, one should invoke |
StaticContentHandler |
Handles the content if the request corresponds to static content (like images, CSS, JS and so on).
|
Class | Description |
---|---|
AbstractResult |
An abstract result that implements all shortcut methods in the
recommended way
|
BaseComponents |
List of base components to vraptor.
Those components should be available with any chosen ioc implementation. |
DefaultConverters | |
DefaultExceptionMapper |
Default implementation of
ExceptionMapper . |
DefaultInterceptorHandlerFactory | |
DefaultInterceptorStack |
Default implementation of a interceptor stack.
|
DefaultMethodInfo |
Holder for method being invoked and parameters being passed.
|
DefaultResult |
A basic implementation of a Result
|
DefaultRoutes |
Default implementation of route info extractor.
|
DefaultStaticContentHandler |
Handles default content if the request corresponds to static content.
|
EnhancedRequestExecution |
Delegates ordering to
InterceptorRegistry |
ExceptionRecorder<T> |
Create proxies to store state of exception mapping.
|
JstlLocalization |
The default implementation of bundle provider uses JSTL's api to access user information on the bundle to be used.
|
RequestInfo |
Simple wrapper for request, response and servlet context.
|
SafeResourceBundle |
A Resource bundle that doesn't throw exception when there is no resource of given key.
|
ToInstantiateInterceptorHandler |
Instantiates the interceptor on the fly and executes its method.
|
Copyright © 2013 Caelum. All Rights Reserved.