|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use InterceptorChain | |
|---|---|
| org.codehaus.waffle.action.intercept | |
| Uses of InterceptorChain in org.codehaus.waffle.action.intercept |
|---|
| Classes in org.codehaus.waffle.action.intercept that implement InterceptorChain | |
|---|---|
class |
DefaultInterceptorChain
This is Waffle's default implementation of the InterceptorChain
which iterates over each MethodInterceptor registered with Waffle. |
| Methods in org.codehaus.waffle.action.intercept with parameters of type InterceptorChain | |
|---|---|
java.lang.Object |
SecurityMethodInterceptor.intercept(ControllerDefinition controllerDefinition,
java.lang.reflect.Method method,
InterceptorChain chain,
java.lang.Object... arguments)
Ensure that the action method to be invoked is annotated with the ActionMethod annotation. |
java.lang.Object |
MethodInterceptor.intercept(ControllerDefinition controllerDefinition,
java.lang.reflect.Method method,
InterceptorChain chain,
java.lang.Object... arguments)
This method allows an ActionMethod call to be intercepted. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||