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() |
properties
public 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 AbstractTypedPropertiesConfiguration
public int hashCode()
hashCode
in class AbstractTypedPropertiesConfiguration
Copyright © 2014 JBoss, a division of Red Hat. All Rights Reserved.