@Deprecated public class ContainerRequestFilterRegistry extends ContainerRequestFilterRegistry
Modifier and Type | Class and Description |
---|---|
class |
ContainerRequestFilterRegistry.AbstractLegacyInterceptorFactory
Deprecated.
|
protected class |
ContainerRequestFilterRegistry.LegacyPerMethodInterceptorFactory
Deprecated.
|
protected class |
ContainerRequestFilterRegistry.LegacySingletonInterceptorFactory
Deprecated.
|
JaxrsInterceptorRegistry.AbstractInterceptorFactory, JaxrsInterceptorRegistry.AscendingPrecedenceComparator, JaxrsInterceptorRegistry.DescendingPrecedenceComparator, JaxrsInterceptorRegistry.InterceptorFactory, JaxrsInterceptorRegistry.Match, JaxrsInterceptorRegistry.OnDemandInterceptorFactory, JaxrsInterceptorRegistry.SingletonInterceptorFactory
Modifier and Type | Field and Description |
---|---|
protected LegacyPrecedence |
precedence
Deprecated.
|
cachedPreMatch, interceptors, intf, listeners, providerFactory
Constructor and Description |
---|
ContainerRequestFilterRegistry(ResteasyProviderFactory providerFactory,
LegacyPrecedence precedence)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
ContainerRequestFilterRegistry |
clone(ResteasyProviderFactory factory)
Deprecated.
|
void |
registerLegacy(Class<? extends PreProcessInterceptor> decl)
Deprecated.
|
void |
registerLegacy(PreProcessInterceptor interceptor)
Deprecated.
|
postMatch
getIntf, getListeners, getNameBound, getPriority, preMatch, register, registerClass, registerClass, registerSingleton, registerSingleton, sort
protected LegacyPrecedence precedence
public ContainerRequestFilterRegistry(ResteasyProviderFactory providerFactory, LegacyPrecedence precedence)
public ContainerRequestFilterRegistry clone(ResteasyProviderFactory factory)
clone
in class ContainerRequestFilterRegistry
public void registerLegacy(Class<? extends PreProcessInterceptor> decl)
public void registerLegacy(PreProcessInterceptor interceptor)
Copyright © 2016 JBoss by Red Hat. All rights reserved.