Class ContainerRequestFilterRegistryImpl
java.lang.Object
org.jboss.resteasy.core.interception.jaxrs.JaxrsInterceptorRegistryImpl<jakarta.ws.rs.container.ContainerRequestFilter>
org.jboss.resteasy.core.interception.jaxrs.ContainerRequestFilterRegistryImpl
- All Implemented Interfaces:
JaxrsInterceptorRegistry<jakarta.ws.rs.container.ContainerRequestFilter>
public class ContainerRequestFilterRegistryImpl
extends JaxrsInterceptorRegistryImpl<jakarta.ws.rs.container.ContainerRequestFilter>
- Version:
- $Revision: 1 $
- Author:
- Bill Burke
-
Nested Class Summary
Nested classes/interfaces inherited from class org.jboss.resteasy.core.interception.jaxrs.JaxrsInterceptorRegistryImpl
JaxrsInterceptorRegistryImpl.AbstractInterceptorFactory, JaxrsInterceptorRegistryImpl.OnDemandInterceptorFactory, JaxrsInterceptorRegistryImpl.SingletonInterceptorFactory
Nested classes/interfaces inherited from interface org.jboss.resteasy.spi.interception.JaxrsInterceptorRegistry
JaxrsInterceptorRegistry.AscendingPrecedenceComparator, JaxrsInterceptorRegistry.DescendingPrecedenceComparator, JaxrsInterceptorRegistry.InterceptorFactory, JaxrsInterceptorRegistry.Match
-
Field Summary
Fields inherited from class org.jboss.resteasy.core.interception.jaxrs.JaxrsInterceptorRegistryImpl
cachedPostMatch, cachedPreMatch, interceptors, intf, listeners, providerFactory
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone
(ResteasyProviderFactory factory) jakarta.ws.rs.container.ContainerRequestFilter[]
postMatch
(Class declaring, AccessibleObject target) Methods inherited from class org.jboss.resteasy.core.interception.jaxrs.JaxrsInterceptorRegistryImpl
getIntf, getListeners, getNameBound, getPriority, preMatch, register, registerClass, registerClass, registerSingleton, registerSingleton, sort
-
Constructor Details
-
ContainerRequestFilterRegistryImpl
-
-
Method Details
-
clone
- Specified by:
clone
in interfaceJaxrsInterceptorRegistry<jakarta.ws.rs.container.ContainerRequestFilter>
- Overrides:
clone
in classJaxrsInterceptorRegistryImpl<jakarta.ws.rs.container.ContainerRequestFilter>
-
postMatch
public jakarta.ws.rs.container.ContainerRequestFilter[] postMatch(Class declaring, AccessibleObject target) - Specified by:
postMatch
in interfaceJaxrsInterceptorRegistry<jakarta.ws.rs.container.ContainerRequestFilter>
- Overrides:
postMatch
in classJaxrsInterceptorRegistryImpl<jakarta.ws.rs.container.ContainerRequestFilter>
-