org.codehaus.waffle.action.intercept
Class InterceptorChainImpl

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

public class InterceptorChainImpl
extends java.lang.Object
implements InterceptorChain


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

InterceptorChainImpl

public InterceptorChainImpl(java.util.List<MethodInterceptor> interceptors)
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 © 2007 null. All Rights Reserved.