Class CacheControlFilter

java.lang.Object
org.jboss.resteasy.plugins.interceptors.CacheControlFilter
All Implemented Interfaces:
jakarta.ws.rs.container.ContainerResponseFilter

@Priority(3000) public class CacheControlFilter extends Object implements jakarta.ws.rs.container.ContainerResponseFilter
Version:
$Revision: 1 $
Author:
Bill Burke
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected jakarta.ws.rs.core.CacheControl
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    CacheControlFilter(jakarta.ws.rs.core.CacheControl cacheControl)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    filter(jakarta.ws.rs.container.ContainerRequestContext requestContext, jakarta.ws.rs.container.ContainerResponseContext responseContext)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • cacheControl

      protected jakarta.ws.rs.core.CacheControl cacheControl
  • Constructor Details

    • CacheControlFilter

      public CacheControlFilter(jakarta.ws.rs.core.CacheControl cacheControl)
  • Method Details

    • filter

      public void filter(jakarta.ws.rs.container.ContainerRequestContext requestContext, jakarta.ws.rs.container.ContainerResponseContext responseContext) throws IOException
      Specified by:
      filter in interface jakarta.ws.rs.container.ContainerResponseFilter
      Throws:
      IOException