| Package | Description |
|---|---|
| org.jboss.resteasy.core | |
| org.jboss.resteasy.plugins.interceptors | |
| org.jboss.resteasy.spi |
| Modifier and Type | Field and Description |
|---|---|
protected PostProcessInterceptor[] |
ResourceMethod.postProcessInterceptors |
protected PostProcessInterceptor[] |
AbstractAsynchronousResponse.postProcessInterceptors |
protected PostProcessInterceptor[] |
ServerResponse.postProcessInterceptors |
| Modifier and Type | Method and Description |
|---|---|
PostProcessInterceptor[] |
AbstractAsynchronousResponse.getPostProcessInterceptors() |
PostProcessInterceptor[] |
ServerResponse.getPostProcessInterceptors() |
| Modifier and Type | Method and Description |
|---|---|
InterceptorRegistry<PostProcessInterceptor> |
ThreadLocalResteasyProviderFactory.getServerPostProcessInterceptorRegistry() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractAsynchronousResponse.setPostProcessInterceptors(PostProcessInterceptor[] postProcessInterceptors) |
void |
ServerResponse.setPostProcessInterceptors(PostProcessInterceptor[] postProcessInterceptors) |
| Modifier and Type | Class and Description |
|---|---|
class |
CacheControlInterceptor |
| Modifier and Type | Field and Description |
|---|---|
protected InterceptorRegistry<PostProcessInterceptor> |
ResteasyProviderFactory.serverPostProcessInterceptorRegistry |
| Modifier and Type | Method and Description |
|---|---|
InterceptorRegistry<PostProcessInterceptor> |
ResteasyProviderFactory.getServerPostProcessInterceptorRegistry() |
Copyright © 2014. All Rights Reserved.