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 | Method and Description |
|---|---|
Class<? extends CommandInterceptor> |
after() |
Class<? extends CommandInterceptor> |
before() |
boolean |
equals(Object o) |
boolean |
first() |
int |
hashCode() |
int |
index() |
CommandInterceptor |
interceptor() |
boolean |
last() |
InterceptorConfiguration.Position |
position() |
String |
toString() |
propertiespublic Class<? extends CommandInterceptor> after()
public Class<? extends CommandInterceptor> before()
public CommandInterceptor interceptor()
public int index()
public InterceptorConfiguration.Position position()
public boolean first()
public boolean last()
public boolean equals(Object o)
equals in class AbstractTypedPropertiesConfigurationpublic int hashCode()
hashCode in class AbstractTypedPropertiesConfigurationCopyright © 2015 JBoss, a division of Red Hat. All rights reserved.