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, intercept
boolean shouldIntercept(ActionInvocation invocation)
invocation
- current ActionInvocation
to determine if the interceptor should be executedCopyright © 2000–2024 Apache Software Foundation. All rights reserved.