Class WriterInterceptorRegistryImpl
- java.lang.Object
-
- org.jboss.resteasy.core.interception.jaxrs.JaxrsInterceptorRegistryImpl<javax.ws.rs.ext.WriterInterceptor>
-
- org.jboss.resteasy.core.interception.jaxrs.WriterInterceptorRegistryImpl
-
- All Implemented Interfaces:
JaxrsInterceptorRegistry<javax.ws.rs.ext.WriterInterceptor>
public class WriterInterceptorRegistryImpl extends JaxrsInterceptorRegistryImpl<javax.ws.rs.ext.WriterInterceptor>
- 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 Constructor Description WriterInterceptorRegistryImpl(ResteasyProviderFactory providerFactory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description WriterInterceptorRegistryImpl
clone(ResteasyProviderFactory factory)
-
Methods inherited from class org.jboss.resteasy.core.interception.jaxrs.JaxrsInterceptorRegistryImpl
getIntf, getListeners, getNameBound, getPriority, postMatch, preMatch, register, registerClass, registerClass, registerSingleton, registerSingleton, sort
-
-
-
-
Constructor Detail
-
WriterInterceptorRegistryImpl
public WriterInterceptorRegistryImpl(ResteasyProviderFactory providerFactory)
-
-
Method Detail
-
clone
public WriterInterceptorRegistryImpl clone(ResteasyProviderFactory factory)
- Specified by:
clone
in interfaceJaxrsInterceptorRegistry<javax.ws.rs.ext.WriterInterceptor>
- Overrides:
clone
in classJaxrsInterceptorRegistryImpl<javax.ws.rs.ext.WriterInterceptor>
-
-