@Deprecated public class InterceptorConfiguration extends AbstractTypedPropertiesConfiguration
Modifier and Type | Class and Description |
---|---|
static class |
InterceptorConfiguration.Position
Deprecated.
Since 8.3, will be removed.
|
Modifier and Type | Field and Description |
---|---|
static AttributeDefinition<Class> |
AFTER
Deprecated.
|
static AttributeDefinition<Class> |
BEFORE
Deprecated.
|
static AttributeDefinition<Integer> |
INDEX
Deprecated.
|
static AttributeDefinition<AsyncInterceptor> |
INTERCEPTOR
Deprecated.
|
static AttributeDefinition<Class> |
INTERCEPTOR_CLASS
Deprecated.
|
static AttributeDefinition<InterceptorConfiguration.Position> |
POSITION
Deprecated.
|
attributes, PROPERTIES
Modifier and Type | Method and Description |
---|---|
Class<? extends AsyncInterceptor> |
after()
Deprecated.
|
AsyncInterceptor |
asyncInterceptor()
Deprecated.
|
static AttributeSet |
attributeDefinitionSet()
Deprecated.
|
AttributeSet |
attributes()
Deprecated.
|
Class<? extends AsyncInterceptor> |
before()
Deprecated.
|
boolean |
first()
Deprecated.
|
int |
index()
Deprecated.
|
CommandInterceptor |
interceptor()
Deprecated.
Since 9.0, please use
asyncInterceptor() instead. |
Class<? extends CommandInterceptor> |
interceptorClass()
Deprecated.
Since 9.0, please use
sequentialInterceptorClass() instead. |
boolean |
last()
Deprecated.
|
InterceptorConfiguration.Position |
position()
Deprecated.
|
Class<? extends AsyncInterceptor> |
sequentialInterceptorClass()
Deprecated.
|
String |
toString()
Deprecated.
|
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 © 2018 JBoss, a division of Red Hat. All rights reserved.