Class WriterInterceptorRegistry
- java.lang.Object
-
- org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry<javax.ws.rs.ext.WriterInterceptor>
-
- org.jboss.resteasy.core.interception.WriterInterceptorRegistry
-
public class WriterInterceptorRegistry extends JaxrsInterceptorRegistry<javax.ws.rs.ext.WriterInterceptor>
- Version:
- $Revision: 1 $
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description private static class
WriterInterceptorRegistry.MessageBodyWriterContextFacade
static class
WriterInterceptorRegistry.WriterInterceptorFacade
-
Nested classes/interfaces inherited from class org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry
JaxrsInterceptorRegistry.AbstractInterceptorFactory, JaxrsInterceptorRegistry.AbstractLegacyInterceptorFactory, JaxrsInterceptorRegistry.AscendingPrecedenceComparator, JaxrsInterceptorRegistry.DescendingPrecedenceComparator, JaxrsInterceptorRegistry.InterceptorFactory, JaxrsInterceptorRegistry.LegacyPerMethodInterceptorFactory, JaxrsInterceptorRegistry.LegacySingletonInterceptorFactory, JaxrsInterceptorRegistry.Match, JaxrsInterceptorRegistry.OnDemandInterceptorFactory, JaxrsInterceptorRegistry.SingletonInterceptorFactory
-
-
Field Summary
Fields Modifier and Type Field Description protected LegacyPrecedence
precedence
-
Fields inherited from class org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry
cachedPreMatch, interceptors, intf, listeners, providerFactory
-
-
Constructor Summary
Constructors Constructor Description WriterInterceptorRegistry(ResteasyProviderFactory providerFactory, LegacyPrecedence precedence)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description WriterInterceptorRegistry
clone(ResteasyProviderFactory factory)
void
registerLegacy(java.lang.Class<? extends MessageBodyWriterInterceptor> decl)
void
registerLegacy(MessageBodyWriterInterceptor interceptor)
-
Methods inherited from class org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry
getIntf, getListeners, getNameBound, getPriority, postMatch, preMatch, register, registerClass, registerClass, registerSingleton, registerSingleton, sort
-
-
-
-
Field Detail
-
precedence
protected LegacyPrecedence precedence
-
-
Constructor Detail
-
WriterInterceptorRegistry
public WriterInterceptorRegistry(ResteasyProviderFactory providerFactory, LegacyPrecedence precedence)
-
-
Method Detail
-
clone
public WriterInterceptorRegistry clone(ResteasyProviderFactory factory)
- Overrides:
clone
in classJaxrsInterceptorRegistry<javax.ws.rs.ext.WriterInterceptor>
-
registerLegacy
public void registerLegacy(java.lang.Class<? extends MessageBodyWriterInterceptor> decl)
-
registerLegacy
public void registerLegacy(MessageBodyWriterInterceptor interceptor)
-
-