public abstract class ActionInterceptorStack extends BaseActionWrapperStack<ActionInterceptor> implements ActionInterceptor
InterceptedBy
annotation. It is only
used for grouping and will be not really added to the interceptors.wrappers
Modifier | Constructor and Description |
---|---|
protected |
ActionInterceptorStack(java.lang.Class<? extends ActionInterceptor>... interceptorClasses) |
Modifier and Type | Method and Description |
---|---|
java.lang.Class<? extends ActionInterceptor>[] |
getInterceptors()
Returns an array of interceptors.
|
java.lang.Object |
intercept(ActionRequest actionRequest)
Interceptor is not used since this is just an interceptor container.
|
apply, getWrappers
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
apply
init
protected ActionInterceptorStack(java.lang.Class<? extends ActionInterceptor>... interceptorClasses)
public java.lang.Class<? extends ActionInterceptor>[] getInterceptors()
public final java.lang.Object intercept(ActionRequest actionRequest)
intercept
in interface ActionInterceptor
Copyright © 2003-present Jodd Team