org.codehaus.waffle.action.intercept
Class DefaultInterceptorChain

java.lang.Object
  extended by org.codehaus.waffle.action.intercept.DefaultInterceptorChain
All Implemented Interfaces:
InterceptorChain

public class DefaultInterceptorChain
extends java.lang.Object
implements InterceptorChain


Constructor Summary
DefaultInterceptorChain(java.util.List<MethodInterceptor> interceptors, ActionMonitor actionMonitor)
           
 
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

DefaultInterceptorChain

public DefaultInterceptorChain(java.util.List<MethodInterceptor> interceptors,
                               ActionMonitor actionMonitor)
Method Detail

proceed

public java.lang.Object proceed(ControllerDefinition controllerDefinition,
                                java.lang.reflect.Method method,
                                java.lang.Object... arguments)
                         throws java.lang.IllegalAccessException,
                                java.lang.reflect.InvocationTargetException
Specified by:
proceed in interface InterceptorChain
Throws:
java.lang.IllegalAccessException
java.lang.reflect.InvocationTargetException


Copyright © 2008. All Rights Reserved.