|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WriterInterceptor | |
---|---|
org.jboss.resteasy.cdi.decorators | This package (along with @see org.jboss.resteasy.test.cdi.decorators) tests the application of CDI decorators to: *) ContainerRequestFilter *) ContainerResponseFilter *) ReaderInterceptor *) MessageBodyReader *) WriterInterceptor *) MessageBodyWriter *) Resources |
org.jboss.resteasy.client.core | |
org.jboss.resteasy.client.jaxrs.internal | |
org.jboss.resteasy.core | |
org.jboss.resteasy.core.interception | |
org.jboss.resteasy.core.messagebody | |
org.jboss.resteasy.plugins.cache.server | |
org.jboss.resteasy.plugins.interceptors.encoding | |
org.jboss.resteasy.plugins.providers.jackson | |
org.jboss.resteasy.security.doseta | |
org.jboss.resteasy.spi |
Uses of WriterInterceptor in org.jboss.resteasy.cdi.decorators |
---|
Classes in org.jboss.resteasy.cdi.decorators that implement WriterInterceptor | |
---|---|
class |
BookWriterInterceptor
|
class |
BookWriterInterceptorDecorator
|
Uses of WriterInterceptor in org.jboss.resteasy.client.core |
---|
Methods in org.jboss.resteasy.client.core that return WriterInterceptor | |
---|---|
protected WriterInterceptor[] |
ClientInterceptorRepositoryImpl.getWriterInterceptors()
|
Methods in org.jboss.resteasy.client.core that return types with arguments of type WriterInterceptor | |
---|---|
LinkedList<WriterInterceptor> |
ClientInterceptorRepositoryImpl.getWriterInterceptorList()
|
LinkedList<WriterInterceptor> |
ClientInterceptorRepository.getWriterInterceptorList()
|
Methods in org.jboss.resteasy.client.core with parameters of type WriterInterceptor | |
---|---|
protected void |
ClientInterceptorRepositoryImpl.setWriterInterceptors(WriterInterceptor[] writerInterceptors)
|
Uses of WriterInterceptor in org.jboss.resteasy.client.jaxrs.internal |
---|
Methods in org.jboss.resteasy.client.jaxrs.internal that return WriterInterceptor | |
---|---|
WriterInterceptor[] |
ClientInvocation.getWriterInterceptors()
|
WriterInterceptor[] |
ClientConfiguration.getWriterInterceptors(Class declaring,
AccessibleObject target)
|
Uses of WriterInterceptor in org.jboss.resteasy.core |
---|
Fields in org.jboss.resteasy.core declared as WriterInterceptor | |
---|---|
protected WriterInterceptor[] |
ResourceMethod.writerInterceptors
|
protected WriterInterceptor[] |
AbstractAsynchronousResponse.writerInterceptors
|
Methods in org.jboss.resteasy.core that return WriterInterceptor | |
---|---|
WriterInterceptor[] |
ResourceMethod.getWriterInterceptors()
|
WriterInterceptor[] |
AbstractAsynchronousResponse.getWriterInterceptors()
|
Methods in org.jboss.resteasy.core with parameters of type WriterInterceptor | |
---|---|
void |
AbstractAsynchronousResponse.setWriterInterceptors(WriterInterceptor[] writerInterceptors)
|
Uses of WriterInterceptor in org.jboss.resteasy.core.interception |
---|
Classes in org.jboss.resteasy.core.interception that implement WriterInterceptor | |
---|---|
static class |
WriterInterceptorRegistry.WriterInterceptorFacade
|
Fields in org.jboss.resteasy.core.interception declared as WriterInterceptor | |
---|---|
protected WriterInterceptor[] |
AbstractWriterInterceptorContext.interceptors
|
Constructors in org.jboss.resteasy.core.interception with parameters of type WriterInterceptor | |
---|---|
AbstractWriterInterceptorContext(WriterInterceptor[] interceptors,
Annotation[] annotations,
Object entity,
Type genericType,
MediaType mediaType,
Class type,
OutputStream outputStream,
MessageBodyWriter writer,
MultivaluedMap<String,Object> headers)
|
|
ClientWriterInterceptorContext(WriterInterceptor[] interceptors,
MessageBodyWriter writer,
Object entity,
Class type,
Type genericType,
Annotation[] annotations,
MediaType mediaType,
MultivaluedMap<String,Object> headers,
OutputStream outputStream,
Map<String,Object> properties)
|
|
ServerWriterInterceptorContext(WriterInterceptor[] interceptors,
MessageBodyWriter writer,
Object entity,
Class type,
Type genericType,
Annotation[] annotations,
MediaType mediaType,
MultivaluedMap<String,Object> headers,
OutputStream outputStream,
HttpRequest request)
|
Uses of WriterInterceptor in org.jboss.resteasy.core.messagebody |
---|
Constructors in org.jboss.resteasy.core.messagebody with parameters of type WriterInterceptor | |
---|---|
WriterUtility(ResteasyProviderFactory factory,
WriterInterceptor[] interceptors)
|
Uses of WriterInterceptor in org.jboss.resteasy.plugins.cache.server |
---|
Classes in org.jboss.resteasy.plugins.cache.server that implement WriterInterceptor | |
---|---|
class |
ServerCacheInterceptor
|
Uses of WriterInterceptor in org.jboss.resteasy.plugins.interceptors.encoding |
---|
Classes in org.jboss.resteasy.plugins.interceptors.encoding that implement WriterInterceptor | |
---|---|
class |
ClientContentEncodingAnnotationFilter
|
class |
GZIPEncodingInterceptor
|
class |
ServerContentEncodingAnnotationFilter
|
Uses of WriterInterceptor in org.jboss.resteasy.plugins.providers.jackson |
---|
Classes in org.jboss.resteasy.plugins.providers.jackson that implement WriterInterceptor | |
---|---|
class |
JacksonJsonpInterceptor
JSONP is an alternative to normal AJAX requests. |
Uses of WriterInterceptor in org.jboss.resteasy.security.doseta |
---|
Classes in org.jboss.resteasy.security.doseta that implement WriterInterceptor | |
---|---|
class |
DigitalSigningInterceptor
|
Uses of WriterInterceptor in org.jboss.resteasy.spi |
---|
Methods in org.jboss.resteasy.spi that return WriterInterceptor | |
---|---|
WriterInterceptor[] |
ResteasyAsynchronousResponse.getWriterInterceptors()
|
Methods in org.jboss.resteasy.spi with parameters of type WriterInterceptor | |
---|---|
void |
ResteasyAsynchronousResponse.setWriterInterceptors(WriterInterceptor[] writerInterceptors)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |