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 ClassesModifier and TypeClassDescriptionprivate static class
static class
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
FieldsFields inherited from class org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry
cachedPreMatch, interceptors, intf, listeners, providerFactory
-
Constructor Summary
ConstructorsConstructorDescriptionWriterInterceptorRegistry
(ResteasyProviderFactory providerFactory, LegacyPrecedence precedence) -
Method Summary
Modifier and TypeMethodDescriptionclone
(ResteasyProviderFactory factory) void
registerLegacy
(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 Details
-
precedence
-
-
Constructor Details
-
WriterInterceptorRegistry
public WriterInterceptorRegistry(ResteasyProviderFactory providerFactory, LegacyPrecedence precedence)
-
-
Method Details
-
clone
- Overrides:
clone
in classJaxrsInterceptorRegistry<javax.ws.rs.ext.WriterInterceptor>
-
registerLegacy
-
registerLegacy
-