public class InterceptorConfiguration extends AbstractTypedPropertiesConfiguration implements ConfigurationInfo
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() |
ElementDefinition |
getElementDefinition() |
int |
index() |
boolean |
last() |
InterceptorConfiguration.Position |
position() |
Class<? extends AsyncInterceptor> |
sequentialInterceptorClass() |
String |
toString() |
attributeSet, equals, hashCode, properties
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
subElements
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()
public AsyncInterceptor asyncInterceptor()
public Class<? extends AsyncInterceptor> sequentialInterceptorClass()
public int index()
public InterceptorConfiguration.Position position()
public boolean first()
public boolean last()
public AttributeSet attributes()
attributes
in interface BaseConfigurationInfo
AttributeSet
declared by the configuration.public ElementDefinition getElementDefinition()
getElementDefinition
in interface BaseConfigurationInfo
ElementDefinition
of the configuration.public String toString()
toString
in class AbstractTypedPropertiesConfiguration
Copyright © 2021 JBoss by Red Hat. All rights reserved.