|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@Deprecated public static interface FluentConfiguration.CustomInterceptorPosition
Configures the location of a specific custom interceptor
Method Summary | |
---|---|
FluentConfiguration.CustomInterceptorsConfig |
after(Class<? extends CommandInterceptor> interceptorClass)
Deprecated. |
FluentConfiguration.CustomInterceptorsConfig |
atIndex(int index)
Deprecated. |
FluentConfiguration.CustomInterceptorsConfig |
before(Class<? extends CommandInterceptor> interceptorClass)
Deprecated. |
FluentConfiguration.CustomInterceptorsConfig |
first()
Deprecated. |
FluentConfiguration.CustomInterceptorsConfig |
last()
Deprecated. |
Method Detail |
---|
FluentConfiguration.CustomInterceptorsConfig first()
FluentConfiguration.CustomInterceptorsConfig last()
FluentConfiguration.CustomInterceptorsConfig atIndex(int index)
FluentConfiguration.CustomInterceptorsConfig after(Class<? extends CommandInterceptor> interceptorClass)
FluentConfiguration.CustomInterceptorsConfig before(Class<? extends CommandInterceptor> interceptorClass)
|
--> | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |