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