public class InterceptorConfiguration extends Object
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() |
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()
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.