| Interface | Description |
|---|---|
| ActionFilter |
Action filters intercept controller actions allowing AOP code to execute before and after the action executes
|
| AuthFilter |
Authorization filters intercept controller actions before the action or other filters execute
|
| DuelMvcFilter |
Base type of all MVC filters
|
| ErrorFilter | |
| ResultFilter |
Result filters intercept actions results allowing AOP code to execute before and after the result executes
|
| ViewResultFactory |
Guice assisted-injection will supply the implementation
|
| Class | Description |
|---|---|
| ActionFilterContext | |
| DuelController |
Base class for all DUEL-MVC controllers.
|
| DuelMvcContext |
DuelContext plus DUEL-MVC request context
|
| DuelMvcModule | |
| ErrorFilterContext | |
| NeverExpireFilter |
Sets cache control to "never" expire & enables cross-origin access.
|
| ResultFilterContext | |
| UncaughtErrorHandler |
JAX-RS glue for mapping unhandled exceptions through error filters
|
| ViewResult |
Simple adapter for conveniently rendering DUEL views in JAX-RS
|
| Annotation Type | Description |
|---|---|
| Apply |
The annotation which applies an action filter
|
Copyright © 2014. All rights reserved.