public class InterceptorConfiguration extends AbstractTypedPropertiesConfiguration
Modifier and Type | Class and Description |
---|---|
static class |
InterceptorConfiguration.Position
Positional placing of a new custom interceptor
|
Modifier and Type | Field and Description |
---|---|
static AttributeDefinition<Class> |
AFTER |
static AttributeDefinition<Class> |
BEFORE |
static AttributeDefinition<Integer> |
INDEX |
static AttributeDefinition<AsyncInterceptor> |
INTERCEPTOR |
static AttributeDefinition<Class> |
INTERCEPTOR_CLASS |
static AttributeDefinition<InterceptorConfiguration.Position> |
POSITION |
attributes, PROPERTIES
Modifier and Type | Method and Description |
---|---|
Class<? extends AsyncInterceptor> |
after() |
AsyncInterceptor |
asyncInterceptor() |
static AttributeSet |
attributeDefinitionSet() |
AttributeSet |
attributes() |
Class<? extends AsyncInterceptor> |
before() |
boolean |
first() |
int |
index() |
CommandInterceptor |
interceptor()
Deprecated.
Since 9.0, please use
asyncInterceptor() instead. |
Class<? extends CommandInterceptor> |
interceptorClass()
Deprecated.
Since 9.0, please use
sequentialInterceptorClass() instead. |
boolean |
last() |
InterceptorConfiguration.Position |
position() |
Class<? extends AsyncInterceptor> |
sequentialInterceptorClass() |
String |
toString() |
attributeSet, equals, hashCode, properties
public static final AttributeDefinition<InterceptorConfiguration.Position> POSITION
public static final AttributeDefinition<Class> AFTER
public static final AttributeDefinition<Class> BEFORE
public static final AttributeDefinition<AsyncInterceptor> INTERCEPTOR
public static final AttributeDefinition<Class> INTERCEPTOR_CLASS
public static final AttributeDefinition<Integer> INDEX
public static AttributeSet attributeDefinitionSet()
public Class<? extends AsyncInterceptor> after()
public Class<? extends AsyncInterceptor> before()
@Deprecated public CommandInterceptor interceptor()
asyncInterceptor()
instead.public AsyncInterceptor asyncInterceptor()
@Deprecated public Class<? extends CommandInterceptor> interceptorClass()
sequentialInterceptorClass()
instead.public Class<? extends AsyncInterceptor> sequentialInterceptorClass()
public int index()
public InterceptorConfiguration.Position position()
public boolean first()
public boolean last()
public AttributeSet attributes()
public String toString()
toString
in class AbstractTypedPropertiesConfiguration
Copyright © 2020 JBoss, a division of Red Hat. All rights reserved.