public class ContainerResponseFilterRegistry extends JaxrsInterceptorRegistry<ContainerResponseFilter>
JaxrsInterceptorRegistry.AbstractInterceptorFactory, JaxrsInterceptorRegistry.AbstractLegacyInterceptorFactory, JaxrsInterceptorRegistry.AscendingPrecedenceComparator, JaxrsInterceptorRegistry.DescendingPrecedenceComparator, JaxrsInterceptorRegistry.InterceptorFactory, JaxrsInterceptorRegistry.LegacyPerMethodInterceptorFactory, JaxrsInterceptorRegistry.LegacySingletonInterceptorFactory, JaxrsInterceptorRegistry.Match, JaxrsInterceptorRegistry.OnDemandInterceptorFactory, JaxrsInterceptorRegistry.SingletonInterceptorFactory| Modifier and Type | Field and Description |
|---|---|
protected LegacyPrecedence |
precedence |
interceptors, intf, listeners, providerFactory| Constructor and Description |
|---|
ContainerResponseFilterRegistry(ResteasyProviderFactory providerFactory,
LegacyPrecedence precedence) |
| Modifier and Type | Method and Description |
|---|---|
ContainerResponseFilterRegistry |
clone(ResteasyProviderFactory factory) |
void |
registerLegacy(Class<? extends PostProcessInterceptor> decl) |
void |
registerLegacy(PostProcessInterceptor interceptor) |
protected void |
sort(List<JaxrsInterceptorRegistry.Match> matches) |
getIntf, getListeners, getNameBound, getPriority, postMatch, preMatch, register, registerClass, registerClass, registerSingleton, registerSingletonprotected LegacyPrecedence precedence
public ContainerResponseFilterRegistry(ResteasyProviderFactory providerFactory, LegacyPrecedence precedence)
protected void sort(List<JaxrsInterceptorRegistry.Match> matches)
sort in class JaxrsInterceptorRegistry<ContainerResponseFilter>public ContainerResponseFilterRegistry clone(ResteasyProviderFactory factory)
clone in class JaxrsInterceptorRegistry<ContainerResponseFilter>public void registerLegacy(Class<? extends PostProcessInterceptor> decl)
public void registerLegacy(PostProcessInterceptor interceptor)
Copyright © 2013. All Rights Reserved.