|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jboss.resteasy.plugins.cache.server.ServerCacheHitInterceptor
public class ServerCacheHitInterceptor
Field Summary | |
---|---|
protected ServerCache |
cache
|
static java.lang.String |
DO_NOT_CACHE_RESPONSE
|
protected Request |
validation
|
Constructor Summary | |
---|---|
ServerCacheHitInterceptor(ServerCache cache)
|
Method Summary | |
---|---|
ServerResponse |
preProcess(HttpRequest request,
ResourceMethod method)
Preprocess resource method invocation |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected ServerCache cache
public static final java.lang.String DO_NOT_CACHE_RESPONSE
@Context protected Request validation
Constructor Detail |
---|
public ServerCacheHitInterceptor(ServerCache cache)
Method Detail |
---|
public ServerResponse preProcess(HttpRequest request, ResourceMethod method) throws Failure, WebApplicationException
PreProcessInterceptor
preProcess
in interface PreProcessInterceptor
Failure
WebApplicationException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |