Class ServerCacheFeature
- java.lang.Object
-
- org.jboss.resteasy.plugins.cache.server.ServerCacheFeature
-
- All Implemented Interfaces:
javax.ws.rs.core.Feature
public class ServerCacheFeature extends Object implements javax.ws.rs.core.Feature
- Version:
- $Revision: 1 $
- Author:
- Bill Burke
-
-
Field Summary
Fields Modifier and Type Field Description protected ServerCachecache
-
Constructor Summary
Constructors Constructor Description ServerCacheFeature()ServerCacheFeature(ServerCache cache)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanconfigure(javax.ws.rs.core.FeatureContext configurable)protected ServerCachegetCache(javax.ws.rs.core.Configurable configurable)protected StringgetConfigProperty(String name)protected ServerCachegetDefaultCache()protected ResteasyConfigurationgetResteasyConfiguration()protected ServerCachegetXmlCache(javax.ws.rs.core.Configurable configurable)
-
-
-
Field Detail
-
cache
protected ServerCache cache
-
-
Constructor Detail
-
ServerCacheFeature
public ServerCacheFeature()
-
ServerCacheFeature
public ServerCacheFeature(ServerCache cache)
-
-
Method Detail
-
configure
public boolean configure(javax.ws.rs.core.FeatureContext configurable)
- Specified by:
configurein interfacejavax.ws.rs.core.Feature
-
getResteasyConfiguration
protected ResteasyConfiguration getResteasyConfiguration()
-
getCache
protected ServerCache getCache(javax.ws.rs.core.Configurable configurable)
-
getDefaultCache
protected ServerCache getDefaultCache()
-
getXmlCache
protected ServerCache getXmlCache(javax.ws.rs.core.Configurable configurable)
-
-