Class CacheControlFilter
java.lang.Object
org.jboss.resteasy.plugins.interceptors.CacheControlFilter
- All Implemented Interfaces:
ContainerResponseFilter
- Version:
- $Revision: 1 $
- Author:
- Bill Burke
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidfilter(ContainerRequestContext requestContext, ContainerResponseContext responseContext) Filter method called after a response has been provided for a request (either by arequest filteror by a matched resource method.
-
Field Details
-
cacheControl
-
-
Constructor Details
-
CacheControlFilter
-
-
Method Details
-
filter
public void filter(ContainerRequestContext requestContext, ContainerResponseContext responseContext) throws IOException Description copied from interface:ContainerResponseFilterFilter method called after a response has been provided for a request (either by arequest filteror by a matched resource method.Filters in the filter chain are ordered according to their
jakarta.annotation.Priorityclass-level annotation value.- Specified by:
filterin interfaceContainerResponseFilter- Parameters:
requestContext- request context.responseContext- response context.- Throws:
IOException- if an I/O exception occurs.
-