org.duelengine.duel.mvc
Interface ActionFilter

All Superinterfaces:
DuelMvcFilter

public interface ActionFilter
extends DuelMvcFilter

Action filters intercept controller actions allowing AOP code to execute before and after the action executes


Method Summary
 void onActionExecuted(ActionFilterContext context)
           
 void onActionExecuting(ActionFilterContext context)
           
 

Method Detail

onActionExecuting

void onActionExecuting(ActionFilterContext context)

onActionExecuted

void onActionExecuted(ActionFilterContext context)


Copyright © 2012. All Rights Reserved.