Interceptor instead.@Deprecated public interface ConditionalInterceptor extends ConditionalInterceptor, Interceptor
| Modifier and Type | Interface and Description | 
|---|---|
| static class  | ConditionalInterceptor.LegacyAdapterDeprecated.  | 
| Modifier and Type | Method and Description | 
|---|---|
| static ConditionalInterceptor | adapt(ConditionalInterceptor actualInterceptor)Deprecated.  | 
| default boolean | shouldIntercept(ActionInvocation invocation)Deprecated.  Determines if a given interceptor should be executed in the current processing of action invocation. | 
| boolean | shouldIntercept(ActionInvocation invocation)Deprecated.  | 
adapt, intercept, interceptdestroy, initdefault boolean shouldIntercept(ActionInvocation invocation)
ConditionalInterceptorshouldIntercept in interface ConditionalInterceptorinvocation - current ActionInvocation to determine if the interceptor should be executedboolean shouldIntercept(ActionInvocation invocation)
static ConditionalInterceptor adapt(ConditionalInterceptor actualInterceptor)
Copyright © 2000–2025 Apache Software Foundation. All rights reserved.