public class WriterInterceptorRegistry extends JaxrsInterceptorRegistry<javax.ws.rs.ext.WriterInterceptor>
| Modifier and Type | Class and Description |
|---|---|
static class |
WriterInterceptorRegistry.WriterInterceptorFacade |
JaxrsInterceptorRegistry.AbstractInterceptorFactory, JaxrsInterceptorRegistry.AbstractLegacyInterceptorFactory, JaxrsInterceptorRegistry.AscendingPrecedenceComparator, JaxrsInterceptorRegistry.DescendingPrecedenceComparator, JaxrsInterceptorRegistry.InterceptorFactory, JaxrsInterceptorRegistry.LegacyPerMethodInterceptorFactory, JaxrsInterceptorRegistry.LegacySingletonInterceptorFactory, JaxrsInterceptorRegistry.Match, JaxrsInterceptorRegistry.OnDemandInterceptorFactory, JaxrsInterceptorRegistry.SingletonInterceptorFactory| Modifier and Type | Field and Description |
|---|---|
protected LegacyPrecedence |
precedence |
cachedPreMatch, interceptors, intf, listeners, providerFactory| Constructor and Description |
|---|
WriterInterceptorRegistry(ResteasyProviderFactory providerFactory,
LegacyPrecedence precedence) |
| Modifier and Type | Method and Description |
|---|---|
WriterInterceptorRegistry |
clone(ResteasyProviderFactory factory) |
void |
registerLegacy(Class<? extends MessageBodyWriterInterceptor> decl) |
void |
registerLegacy(MessageBodyWriterInterceptor interceptor) |
getIntf, getListeners, getNameBound, getPriority, postMatch, preMatch, register, registerClass, registerClass, registerSingleton, registerSingleton, sortprotected LegacyPrecedence precedence
public WriterInterceptorRegistry(ResteasyProviderFactory providerFactory, LegacyPrecedence precedence)
public WriterInterceptorRegistry clone(ResteasyProviderFactory factory)
clone in class JaxrsInterceptorRegistry<javax.ws.rs.ext.WriterInterceptor>public void registerLegacy(Class<? extends MessageBodyWriterInterceptor> decl)
public void registerLegacy(MessageBodyWriterInterceptor interceptor)
Copyright © 2015 JBoss by Red Hat. All rights reserved.