public class InterceptorExecutionPolicy
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
InterceptorExecutionPolicy.InterceptorExecutionContext<T extends Interceptor> |
static class |
InterceptorExecutionPolicy.InterceptorType |
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
DISABLED_INTERCEPTOR_BEANS |
static java.lang.String |
DISABLED_INTERCEPTOR_TYPES |
static java.lang.String |
DISABLED_UNIQUE_ATTRIBUTE_VALIDATOR_FOR_ITEM_TYPES |
| Constructor and Description |
|---|
InterceptorExecutionPolicy() |
| Modifier and Type | Method and Description |
|---|---|
<T extends Interceptor> |
getEnabledInterceptors(InterceptorExecutionPolicy.InterceptorExecutionContext<T> ctx) |
void |
setSessionService(SessionService sessionService) |
public static final java.lang.String DISABLED_INTERCEPTOR_BEANS
public static final java.lang.String DISABLED_INTERCEPTOR_TYPES
public static final java.lang.String DISABLED_UNIQUE_ATTRIBUTE_VALIDATOR_FOR_ITEM_TYPES
public <T extends Interceptor> java.util.Collection<T> getEnabledInterceptors(InterceptorExecutionPolicy.InterceptorExecutionContext<T> ctx)
public void setSessionService(SessionService sessionService)
Copyright © 2018 SAP SE. All Rights Reserved.