|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use WriterInterceptorContext | |
|---|---|
| javax.ws.rs.ext | APIs that provide extensions to the types supported by the JAX-RS API. |
| 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.cdi.events | This package (along with @see org.jboss.resteasy.test.cdi.events) tests CDI event processing with JAX-RS components. |
| org.jboss.resteasy.cdi.interceptors | This package (along with @see org.jboss.resteasy.test.cdi.interceptors) tests the application of interceptors to: *) ContainerRequestFilter *) ContainerResponseFilter *) ReaderInterceptor *) MessageBodyReader *) WriterInterceptor *) MessageBodyWriter *) Resources There are class level interceptors and method level interceptors. |
| org.jboss.resteasy.core.interception | |
| org.jboss.resteasy.plugins.cache.server | |
| org.jboss.resteasy.plugins.interceptors.encoding | |
| org.jboss.resteasy.plugins.providers.jackson | |
| org.jboss.resteasy.security.doseta | |
| Uses of WriterInterceptorContext in javax.ws.rs.ext |
|---|
| Methods in javax.ws.rs.ext with parameters of type WriterInterceptorContext | |
|---|---|
void |
WriterInterceptor.aroundWriteTo(WriterInterceptorContext context)
Interceptor method wrapping calls to MessageBodyWriter.writeTo(T, java.lang.Class>, java.lang.reflect.Type, java.lang.annotation.Annotation[], javax.ws.rs.core.MediaType, javax.ws.rs.core.MultivaluedMap. |
| Uses of WriterInterceptorContext in org.jboss.resteasy.cdi.decorators |
|---|
| Methods in org.jboss.resteasy.cdi.decorators with parameters of type WriterInterceptorContext | |
|---|---|
void |
BookWriterInterceptorDecorator.aroundWriteTo(WriterInterceptorContext context)
|
void |
BookWriterInterceptor.aroundWriteTo(WriterInterceptorContext context)
|
| Uses of WriterInterceptorContext in org.jboss.resteasy.cdi.events |
|---|
| Methods in org.jboss.resteasy.cdi.events with parameters of type WriterInterceptorContext | |
|---|---|
void |
BookWriterInterceptor.aroundWriteTo(WriterInterceptorContext context)
|
| Uses of WriterInterceptorContext in org.jboss.resteasy.cdi.interceptors |
|---|
| Methods in org.jboss.resteasy.cdi.interceptors with parameters of type WriterInterceptorContext | |
|---|---|
void |
BookWriterInterceptor.aroundWriteTo(WriterInterceptorContext context)
|
| Uses of WriterInterceptorContext in org.jboss.resteasy.core.interception |
|---|
| Classes in org.jboss.resteasy.core.interception that implement WriterInterceptorContext | |
|---|---|
class |
AbstractWriterInterceptorContext
|
class |
ClientWriterInterceptorContext
|
class |
ServerWriterInterceptorContext
|
| Methods in org.jboss.resteasy.core.interception with parameters of type WriterInterceptorContext | |
|---|---|
void |
WriterInterceptorRegistry.WriterInterceptorFacade.aroundWriteTo(WriterInterceptorContext writerInterceptorContext)
|
| Uses of WriterInterceptorContext in org.jboss.resteasy.plugins.cache.server |
|---|
| Methods in org.jboss.resteasy.plugins.cache.server with parameters of type WriterInterceptorContext | |
|---|---|
void |
ServerCacheInterceptor.aroundWriteTo(WriterInterceptorContext context)
|
| Uses of WriterInterceptorContext in org.jboss.resteasy.plugins.interceptors.encoding |
|---|
| Methods in org.jboss.resteasy.plugins.interceptors.encoding with parameters of type WriterInterceptorContext | |
|---|---|
void |
ServerContentEncodingAnnotationFilter.aroundWriteTo(WriterInterceptorContext context)
|
void |
GZIPEncodingInterceptor.aroundWriteTo(WriterInterceptorContext context)
|
void |
ClientContentEncodingAnnotationFilter.aroundWriteTo(WriterInterceptorContext context)
|
| Uses of WriterInterceptorContext in org.jboss.resteasy.plugins.providers.jackson |
|---|
| Methods in org.jboss.resteasy.plugins.providers.jackson with parameters of type WriterInterceptorContext | |
|---|---|
void |
JacksonJsonpInterceptor.aroundWriteTo(WriterInterceptorContext context)
Interceptor method wrapping calls to MessageBodyWriter.writeTo(T, java.lang.Class>, java.lang.reflect.Type, java.lang.annotation.Annotation[], javax.ws.rs.core.MediaType, javax.ws.rs.core.MultivaluedMap. |
| Uses of WriterInterceptorContext in org.jboss.resteasy.security.doseta |
|---|
| Methods in org.jboss.resteasy.security.doseta with parameters of type WriterInterceptorContext | |
|---|---|
void |
DigitalSigningInterceptor.aroundWriteTo(WriterInterceptorContext context)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||