|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface InterceptorChain
Manages the collection of MethodInterceptors registered for use with Application
Method Summary | |
---|---|
java.lang.Object |
proceed(ControllerDefinition controllerDefinition,
java.lang.reflect.Method method,
java.lang.Object... args)
Continues on to the next MethodInterceptor or invokes the Controller's action method. |
Method Detail |
---|
java.lang.Object proceed(ControllerDefinition controllerDefinition, java.lang.reflect.Method method, java.lang.Object... args) throws java.lang.IllegalAccessException, java.lang.reflect.InvocationTargetException
controllerDefinition
- the controller definition instance which owns the action method being invokedmethod
- the actual action method to be invokedargs
- are the argument values to satisfy the action method invocation
java.lang.IllegalAccessException
java.lang.reflect.InvocationTargetException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |