public interface ConditionalInterceptor extends Interceptor
| Modifier and Type | Method and Description | 
|---|---|
| boolean | shouldIntercept(ActionInvocation invocation)Determines if a given interceptor should be executed in the current processing of action invocation. | 
destroy, init, interceptboolean shouldIntercept(ActionInvocation invocation)
invocation - current ActionInvocation to determine if the interceptor should be executedCopyright © 2000–2025 Apache Software Foundation. All rights reserved.