@Deprecated public class InterceptorConfiguration extends AbstractTypedPropertiesConfiguration
| Modifier and Type | Class and Description | 
|---|---|
| static class  | InterceptorConfiguration.PositionDeprecated. 
 Since 8.3, will be removed. | 
| Modifier and Type | Field and Description | 
|---|---|
| static AttributeDefinition<Class> | AFTERDeprecated.  | 
| static AttributeDefinition<Class> | BEFOREDeprecated.  | 
| static AttributeDefinition<Integer> | INDEXDeprecated.  | 
| static AttributeDefinition<AsyncInterceptor> | INTERCEPTORDeprecated.  | 
| static AttributeDefinition<Class> | INTERCEPTOR_CLASSDeprecated.  | 
| static AttributeDefinition<InterceptorConfiguration.Position> | POSITIONDeprecated.  | 
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, propertiespublic 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 AbstractTypedPropertiesConfigurationCopyright © 2017 JBoss, a division of Red Hat. All rights reserved.