| 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.
|
| InterceptorHandler |
An interceptor handler is a wrapper to either an interceptor instance or a
interceptor definition.
|
| InterceptorHandlerFactory |
Factory for InterceptorHandlers
|
| InterceptorStack |
The interceptors stack.
|
| 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
|
| DefaultConverters | |
| DefaultExceptionMapper |
Default implementation of
ExceptionMapper. |
| DefaultInterceptorHandlerFactory | |
| DefaultInterceptorStack |
Default implementation of an
InterceptorStack |
| DefaultResult |
A basic implementation of a Result
|
| DefaultStaticContentHandler |
Handles default content if the request corresponds to static content.
|
| ExceptionRecorder<T> |
Create proxies to store state of exception mapping.
|
| InterceptorStackHandlersCache |
Cache all instances of
InterceptorHandler when application starts. |
| JstlLocalization |
The default implementation of bundle provider uses JSTL's api to access user information on the bundle to be used.
|
| MethodInfo |
Holder for method being invoked and parameters being passed.
|
| ToInstantiateInterceptorHandler |
Instantiates the interceptor on the fly and executes its method.
|
| Annotation Type | Description |
|---|---|
| ControllerQualifier | |
| ConvertQualifier | |
| DeserializesQualifier | |
| InterceptsQualifier |
Copyright © 2014 Caelum. All rights reserved.