Package org.duelengine.duel.mvc

Interface Summary
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 Summary
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 Types Summary
Apply The annotation which applies an action filter
 



Copyright © 2013. All Rights Reserved.