org.duelengine.duel.mvc
Interface ResultFilter

All Superinterfaces:
DuelMvcFilter

public interface ResultFilter
extends DuelMvcFilter

Result filters intercept actions results allowing AOP code to execute before and after the result executes


Method Summary
 void onResultRendered(ResultFilterContext context)
           
 void onResultRendering(ResultFilterContext context)
           
 

Method Detail

onResultRendering

void onResultRendering(ResultFilterContext context)

onResultRendered

void onResultRendered(ResultFilterContext context)


Copyright © 2013. All Rights Reserved.