Class CacheControlFeature
java.lang.Object
org.jboss.resteasy.plugins.interceptors.CacheControlFeature
- All Implemented Interfaces:
javax.ws.rs.container.DynamicFeature
- Version:
- $Revision: 1 $
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
configure
(javax.ws.rs.container.ResourceInfo resourceInfo, javax.ws.rs.core.FeatureContext configurable) protected javax.ws.rs.core.CacheControl
initCacheControl
(Cache methodCached) protected javax.ws.rs.core.CacheControl
initCacheControl
(NoCache value)
-
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 interfacejavax.ws.rs.container.DynamicFeature
-
initCacheControl
-
initCacheControl
-