public class ContainerRequestFilterRegistry extends JaxrsInterceptorRegistry<ContainerRequestFilter>
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 |
cachedPostMatch, cachedPreMatch, interceptors, intf, listeners, providerFactory
Constructor and Description |
---|
ContainerRequestFilterRegistry(ResteasyProviderFactory providerFactory,
LegacyPrecedence precedence) |
Modifier and Type | Method and Description |
---|---|
ContainerRequestFilterRegistry |
clone(ResteasyProviderFactory factory) |
ContainerRequestFilter[] |
postMatch(Class declaring,
AccessibleObject target) |
void |
registerLegacy(Class<? extends PreProcessInterceptor> decl) |
void |
registerLegacy(PreProcessInterceptor interceptor) |
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 JaxrsInterceptorRegistry<ContainerRequestFilter>
public ContainerRequestFilter[] postMatch(Class declaring, AccessibleObject target)
postMatch
in class JaxrsInterceptorRegistry<ContainerRequestFilter>
public void registerLegacy(Class<? extends PreProcessInterceptor> decl)
public void registerLegacy(PreProcessInterceptor interceptor)
Copyright © 2021 JBoss by Red Hat. All rights reserved.