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 classstatic classNested classes/interfaces inherited from class 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 JaxrsInterceptorRegistry
cachedPreMatch, interceptors, intf, listeners, providerFactory -
Constructor Summary
ConstructorsConstructorDescriptionWriterInterceptorRegistry(ResteasyProviderFactory providerFactory, LegacyPrecedence precedence) -
Method Summary
Modifier and TypeMethodDescriptionclone(ResteasyProviderFactory factory) voidregisterLegacy(Class<? extends MessageBodyWriterInterceptor> decl) voidregisterLegacy(MessageBodyWriterInterceptor interceptor) Methods inherited from class 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:
clonein classJaxrsInterceptorRegistry<javax.ws.rs.ext.WriterInterceptor>
-
registerLegacy
-
registerLegacy
-