public 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| Constructor and Description |
|---|
ActionInterceptorStack() |
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.
|
void |
setInterceptors(java.lang.Class<? extends ActionInterceptor>... interceptors)
Sets interceptor classes.
|
apply, getWrappersclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitapplyinitpublic ActionInterceptorStack()
public ActionInterceptorStack(java.lang.Class<? extends ActionInterceptor>... interceptorClasses)
public void setInterceptors(java.lang.Class<? extends ActionInterceptor>... interceptors)
public java.lang.Class<? extends ActionInterceptor>[] getInterceptors()
public final java.lang.Object intercept(ActionRequest actionRequest) throws java.lang.Exception
intercept in interface ActionInterceptorjava.lang.ExceptionCopyright © 2003-present Jodd Team