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