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 BrowserCachecache 
- 
Constructor Summary
Constructors Constructor Description BrowserCacheFeature() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanconfigure(javax.ws.rs.core.FeatureContext configuration)BrowserCachegetCache()voidsetCache(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:
 configurein interfacejavax.ws.rs.core.Feature
 
 - 
 
 -