public class InterceptorAdaptor extends Object implements Interceptor
| Constructor and Description |
|---|
InterceptorAdaptor() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterHandler(AjaxContext context,
Object controller,
Object[] arguments,
Object returnValue) |
void |
beforeHandler(AjaxContext context,
Object controller,
Object[] arguments) |
public void beforeHandler(AjaxContext context, Object controller, Object[] arguments) throws AjaxInterceptorException
beforeHandler in interface InterceptorAjaxInterceptorExceptionpublic void afterHandler(AjaxContext context, Object controller, Object[] arguments, Object returnValue) throws AjaxInterceptorException
afterHandler in interface InterceptorAjaxInterceptorExceptionCopyright © 2014. All rights reserved.