Class CacheControlFeature

java.lang.Object
org.jboss.resteasy.plugins.interceptors.CacheControlFeature
All Implemented Interfaces:
javax.ws.rs.container.DynamicFeature

public class CacheControlFeature extends Object implements javax.ws.rs.container.DynamicFeature
Version:
$Revision: 1 $
  • Constructor Details

    • CacheControlFeature

      public CacheControlFeature()
  • Method Details

    • configure

      public void configure(javax.ws.rs.container.ResourceInfo resourceInfo, javax.ws.rs.core.FeatureContext configurable)
      Specified by:
      configure in interface javax.ws.rs.container.DynamicFeature
    • initCacheControl

      protected javax.ws.rs.core.CacheControl initCacheControl(Cache methodCached)
    • initCacheControl

      protected javax.ws.rs.core.CacheControl initCacheControl(NoCache value)