jodd.madvoc.interceptor
Class ActionInterceptorStack
java.lang.Object
jodd.madvoc.interceptor.ActionInterceptor
jodd.madvoc.interceptor.ActionInterceptorStack
public abstract class ActionInterceptorStack
- extends ActionInterceptor
Groups common interceptors, avoiding lots of classes inside
an InterceptedBy annotation. It is only
used for grouping and will be not really added to the interceptors.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ActionInterceptorStack
protected ActionInterceptorStack(java.lang.Class<? extends ActionInterceptor>... interceptorClasses)
- Constructs an interceptor stack with the given interceptors
intercept
public final java.lang.String intercept(ActionRequest actionRequest)
throws java.lang.Exception
- Interceptor is not used since this is just an interceptor container.
- Specified by:
intercept in class ActionInterceptor
- Throws:
java.lang.Exception
getInterceptors
public java.lang.Class<? extends ActionInterceptor>[] getInterceptors()
- Returns an array of interceptors.
Copyright © 2003-2011 Jodd Team