@ApplicationScoped public class DefaultInterceptorRegistry extends Object implements InterceptorRegistry
| Constructor and Description |
|---|
DefaultInterceptorRegistry() |
| Modifier and Type | Method and Description |
|---|---|
List<Class<? extends Interceptor>> |
all() |
void |
register(Class<? extends Interceptor>... interceptors) |
public void register(Class<? extends Interceptor>... interceptors)
register in interface InterceptorRegistrypublic List<Class<? extends Interceptor>> all()
all in interface InterceptorRegistryCopyright © 2014 Caelum. All Rights Reserved.