Package org.codehaus.waffle.action.intercept

Interface Summary
InterceptorChain Manages the collection of MethodInterceptors registered for use with Application
MethodInterceptor A MethodInterceptor is a simple interface that allows you to intercept ActionMethods before and after they have been invoked.
Sortable Identifies a MethodInterceptor so that it will be evaluated in the correct order
 

Class Summary
DefaultInterceptorChain This is Waffle's default implementation of the InterceptorChain which iterates over each MethodInterceptor registered with Waffle.
MethodInterceptorComparator Comparator implementation that is used by Waffle to ensure that MethodInterceptors are executed in the correct order.
SecurityMethodInterceptor This interceptor ensure that only ActionMethod annotated methods are invokable as Actions.
 



Copyright © 2008. All Rights Reserved.