org.codehaus.waffle.action.intercept
Interface MethodInterceptor
- All Known Implementing Classes:
- SecurityMethodInterceptor
public interface MethodInterceptor
accept
boolean accept(java.lang.reflect.Method method)
intercept
java.lang.Object intercept(ControllerDefinition controllerDefinition,
java.lang.reflect.Method method,
InterceptorChain chain,
java.lang.Object... arguments)
throws java.lang.IllegalAccessException,
java.lang.reflect.InvocationTargetException
- Throws:
java.lang.IllegalAccessException
java.lang.reflect.InvocationTargetException
Copyright © 2008. All Rights Reserved.