|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codehaus.waffle.action.intercept.InterceptorChainImpl
public class InterceptorChainImpl
Constructor Summary | |
---|---|
InterceptorChainImpl(java.util.List<MethodInterceptor> interceptors)
|
Method Summary | |
---|---|
java.lang.Object |
proceed(ControllerDefinition controllerDefinition,
java.lang.reflect.Method method,
java.lang.Object... arguments)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public InterceptorChainImpl(java.util.List<MethodInterceptor> interceptors)
Method Detail |
---|
public java.lang.Object proceed(ControllerDefinition controllerDefinition, java.lang.reflect.Method method, java.lang.Object... arguments) throws java.lang.IllegalAccessException, java.lang.reflect.InvocationTargetException
proceed
in interface InterceptorChain
java.lang.IllegalAccessException
java.lang.reflect.InvocationTargetException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |