Uses of Interface
org.codehaus.waffle.action.intercept.MethodInterceptor

Packages that use MethodInterceptor
org.codehaus.waffle.action.intercept   
 

Uses of MethodInterceptor in org.codehaus.waffle.action.intercept
 

Classes in org.codehaus.waffle.action.intercept that implement MethodInterceptor
 class SecurityMethodInterceptor
           This interceptor ensure that only ActionMethod annotated methods are invokable as Actions.
 

Methods in org.codehaus.waffle.action.intercept with parameters of type MethodInterceptor
 int MethodInterceptorComparator.compare(MethodInterceptor first, MethodInterceptor second)
          Will compare both MethodInterceptors being compared to determine the correct evaluation order.
 

Constructor parameters in org.codehaus.waffle.action.intercept with type arguments of type MethodInterceptor
DefaultInterceptorChain(java.util.List<MethodInterceptor> interceptors, ActionMonitor actionMonitor)
           
 



Copyright © 2008. All Rights Reserved.