public interface Interceptor
| Modifier and Type | Method and Description |
|---|---|
void |
afterHandler(AjaxContext context,
Object controller,
Object[] arguments,
Object returnValue) |
void |
beforeHandler(AjaxContext context,
Object controller,
Object[] arguments) |
void beforeHandler(AjaxContext context, Object controller, Object[] arguments) throws AjaxInterceptorException
AjaxInterceptorExceptionvoid afterHandler(AjaxContext context, Object controller, Object[] arguments, Object returnValue) throws AjaxInterceptorException
AjaxInterceptorExceptionCopyright © 2014. All rights reserved.