A B C D E G I N O R S T U V W

A

ActionFilter - Interface in org.duelengine.duel.mvc
Action filters intercept controller actions allowing AOP code to execute before and after the action executes
ActionFilterContext - Class in org.duelengine.duel.mvc
 
ActionFilterContext(DuelMvcContext, MethodInvocation) - Constructor for class org.duelengine.duel.mvc.ActionFilterContext
 
Apply - Annotation Type in org.duelengine.duel.mvc
The annotation which applies an action filter
AuthFilter - Interface in org.duelengine.duel.mvc
Authorization filters intercept controller actions before the action or other filters execute

B

bindControllers() - Method in class org.duelengine.duel.mvc.DuelMvcModule
MVC controller bindings We have to explicitly bind each controller class to ensure Guice controls instantiation for AOP.
bindStaticRoutes() - Method in class org.duelengine.duel.mvc.DuelMvcModule
Static URL route bindings http://google-guice.googlecode.com/svn/trunk/javadoc/com/google/inject/servlet/ServletModule.html

C

configureApp() - Method in class org.duelengine.duel.mvc.DuelMvcModule
Miscellaneous IoC configuration
configureServlets() - Method in class org.duelengine.duel.mvc.DuelMvcModule
 
create(Class<? extends DuelView>) - Method in interface org.duelengine.duel.mvc.ViewResultFactory
 

D

data(Object) - Method in class org.duelengine.duel.mvc.ViewResult
 
destroy() - Method in class org.duelengine.duel.mvc.NeverExpireFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.duelengine.duel.mvc.NeverExpireFilter
 
DuelController - Class in org.duelengine.duel.mvc
Base class for all DUEL-MVC controllers.
DuelController() - Constructor for class org.duelengine.duel.mvc.DuelController
 
DuelMvcContext - Class in org.duelengine.duel.mvc
DuelContext plus DUEL-MVC request context
DuelMvcContext(Injector, Stage, ExtendedUriInfo) - Constructor for class org.duelengine.duel.mvc.DuelMvcContext
 
DuelMvcFilter - Interface in org.duelengine.duel.mvc
Base type of all MVC filters
DuelMvcModule - Class in org.duelengine.duel.mvc
 
DuelMvcModule() - Constructor for class org.duelengine.duel.mvc.DuelMvcModule
 

E

ErrorFilter - Interface in org.duelengine.duel.mvc
 
ErrorFilterContext - Class in org.duelengine.duel.mvc
 
ErrorFilterContext(DuelMvcContext) - Constructor for class org.duelengine.duel.mvc.ErrorFilterContext
 
extra(String, Object) - Method in class org.duelengine.duel.mvc.ViewResult
 
extras(Map<String, ?>) - Method in class org.duelengine.duel.mvc.ViewResult
 

G

getAction() - Method in class org.duelengine.duel.mvc.ActionFilterContext
 
getArguments() - Method in class org.duelengine.duel.mvc.ActionFilterContext
 
getContext() - Method in class org.duelengine.duel.mvc.ViewResult
 
getController() - Method in class org.duelengine.duel.mvc.ActionFilterContext
 
getControllerPackages() - Method in class org.duelengine.duel.mvc.DuelMvcModule
Gets the set of packages containing all MVC controllers.
getDefaultMediaType(ExtendedUriInfo) - Method in class org.duelengine.duel.mvc.UncaughtErrorHandler
 
getDefaultServlet() - Method in class org.duelengine.duel.mvc.DuelMvcModule
Standard static file servlet
getError() - Method in class org.duelengine.duel.mvc.ErrorFilterContext
 
getGzipFilter() - Method in class org.duelengine.duel.mvc.DuelMvcModule
Servlet Filter which GZIP compresses response
getHTTPStatus(ExtendedUriInfo, Throwable) - Method in class org.duelengine.duel.mvc.UncaughtErrorHandler
 
getMvcContext() - Method in class org.duelengine.duel.mvc.ActionFilterContext
 
getMvcContext() - Method in class org.duelengine.duel.mvc.ErrorFilterContext
 
getMvcContext() - Method in class org.duelengine.duel.mvc.ResultFilterContext
 
getNeverExpireFilter() - Method in class org.duelengine.duel.mvc.DuelMvcModule
Servlet Filter which sets the cache control headers to never expire
getResult() - Method in class org.duelengine.duel.mvc.ActionFilterContext
 
getResult() - Method in class org.duelengine.duel.mvc.ErrorFilterContext
 
getResult() - Method in class org.duelengine.duel.mvc.ResultFilterContext
 
getResult(ExtendedUriInfo, Throwable, MediaType) - Method in class org.duelengine.duel.mvc.UncaughtErrorHandler
 
getResultType(ExtendedUriInfo) - Method in class org.duelengine.duel.mvc.UncaughtErrorHandler
 
getStage() - Method in class org.duelengine.duel.mvc.DuelMvcContext
 
getSupportedMediaTypes(ExtendedUriInfo) - Method in class org.duelengine.duel.mvc.UncaughtErrorHandler
 
getUriInfo() - Method in class org.duelengine.duel.mvc.DuelMvcContext
 
getViewType() - Method in class org.duelengine.duel.mvc.ViewResult
 

I

init(FilterConfig) - Method in class org.duelengine.duel.mvc.NeverExpireFilter
 
isHandled() - Method in class org.duelengine.duel.mvc.ErrorFilterContext
 

N

NeverExpireFilter - Class in org.duelengine.duel.mvc
Sets cache control to "never" expire & enables cross-origin access.
NeverExpireFilter() - Constructor for class org.duelengine.duel.mvc.NeverExpireFilter
 

O

onActionExecuted(ActionFilterContext) - Method in interface org.duelengine.duel.mvc.ActionFilter
 
onActionExecuting(ActionFilterContext) - Method in interface org.duelengine.duel.mvc.ActionFilter
 
onAuthorization(ActionFilterContext) - Method in interface org.duelengine.duel.mvc.AuthFilter
 
onError(ErrorFilterContext) - Method in interface org.duelengine.duel.mvc.ErrorFilter
 
onResultRendered(ResultFilterContext) - Method in interface org.duelengine.duel.mvc.ResultFilter
 
onResultRendering(ResultFilterContext) - Method in interface org.duelengine.duel.mvc.ResultFilter
 
org.duelengine.duel.mvc - package org.duelengine.duel.mvc
 

R

ResultFilter - Interface in org.duelengine.duel.mvc
Result filters intercept actions results allowing AOP code to execute before and after the result executes
ResultFilterContext - Class in org.duelengine.duel.mvc
 
ResultFilterContext(ViewResult) - Constructor for class org.duelengine.duel.mvc.ResultFilterContext
 

S

setError(Throwable) - Method in class org.duelengine.duel.mvc.ErrorFilterContext
 
setHandled(boolean) - Method in class org.duelengine.duel.mvc.ErrorFilterContext
 
setResult(Object) - Method in class org.duelengine.duel.mvc.ActionFilterContext
 
setResult(Object) - Method in class org.duelengine.duel.mvc.ErrorFilterContext
 

T

toResponse(Throwable) - Method in class org.duelengine.duel.mvc.UncaughtErrorHandler
 

U

UncaughtErrorHandler - Class in org.duelengine.duel.mvc
JAX-RS glue for mapping unhandled exceptions through error filters
UncaughtErrorHandler() - Constructor for class org.duelengine.duel.mvc.UncaughtErrorHandler
 

V

view(Class<? extends DuelView>) - Method in class org.duelengine.duel.mvc.DuelController
Builds a view result for the specified view
ViewResult - Class in org.duelengine.duel.mvc
Simple adapter for conveniently rendering DUEL views in JAX-RS
ViewResult(Class<? extends DuelView>, DuelMvcContext) - Constructor for class org.duelengine.duel.mvc.ViewResult
 
ViewResultFactory - Interface in org.duelengine.duel.mvc
Guice assisted-injection will supply the implementation

W

write(OutputStream) - Method in class org.duelengine.duel.mvc.ViewResult
 

A B C D E G I N O R S T U V W

Copyright © 2013. All Rights Reserved.