Interceptor
instead.@Deprecated public interface ConditionalInterceptor extends ConditionalInterceptor, Interceptor
Modifier and Type | Interface and Description |
---|---|
static class |
ConditionalInterceptor.LegacyAdapter
Deprecated.
|
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, intercept
destroy, init
default boolean shouldIntercept(ActionInvocation invocation)
ConditionalInterceptor
shouldIntercept
in interface ConditionalInterceptor
invocation
- current ActionInvocation
to determine if the interceptor should be executedboolean shouldIntercept(ActionInvocation invocation)
static ConditionalInterceptor adapt(ConditionalInterceptor actualInterceptor)
Copyright © 2000–2024 Apache Software Foundation. All rights reserved.