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 ServerCache
cache
-
Constructor Summary
Constructors Constructor Description ServerCacheFeature()
ServerCacheFeature(ServerCache cache)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
configure(javax.ws.rs.core.FeatureContext configurable)
protected ServerCache
getCache(javax.ws.rs.core.Configurable configurable)
protected String
getConfigProperty(String name)
protected ServerCache
getDefaultCache()
protected ResteasyConfiguration
getResteasyConfiguration()
protected ServerCache
getXmlCache(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:
configure
in 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)
-
-