Class BrowserCacheFeature
- java.lang.Object
-
- org.jboss.resteasy.client.jaxrs.cache.BrowserCacheFeature
-
- All Implemented Interfaces:
javax.ws.rs.core.Feature
public class BrowserCacheFeature extends Object implements javax.ws.rs.core.Feature
- Version:
- $Revision: 1 $
- Author:
- Bill Burke
-
-
Field Summary
Fields Modifier and Type Field Description protected BrowserCache
cache
-
Constructor Summary
Constructors Constructor Description BrowserCacheFeature()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
configure(javax.ws.rs.core.FeatureContext configuration)
BrowserCache
getCache()
void
setCache(BrowserCache cache)
-
-
-
Field Detail
-
cache
protected BrowserCache cache
-
-
Method Detail
-
getCache
public BrowserCache getCache()
-
setCache
public void setCache(BrowserCache cache)
-
configure
public boolean configure(javax.ws.rs.core.FeatureContext configuration)
- Specified by:
configure
in interfacejavax.ws.rs.core.Feature
-
-