public class CustomInterceptorsConfiguration extends Object
Constructor and Description |
---|
CustomInterceptorsConfiguration() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
int |
hashCode() |
List<InterceptorConfiguration> |
interceptors()
This specifies a list of
InterceptorConfiguration instances to be referenced when building the interceptor
chain. |
String |
toString() |
public List<InterceptorConfiguration> interceptors()
InterceptorConfiguration
instances to be referenced when building the interceptor
chain.InterceptorConfiguration
s. May be an empty list, will never be null.Copyright © 2012 JBoss by Red Hat. All Rights Reserved.