org.cruxframework.crux.core.server.rest.core.dispatch
Class StateHandler

java.lang.Object
  extended by org.cruxframework.crux.core.server.rest.core.dispatch.StateHandler

public class StateHandler
extends Object

Author:
Thiago da Rosa de Bustamante

Constructor Summary
StateHandler(ResourceMethod resourceMethod, HttpRequest request)
           
 
Method Summary
static ETagHandler getETagHandler()
           
 ResourceMethod.MethodReturn handledByCache()
           
 void updateState(UriInfo uriInfo, ResourceMethod.MethodReturn ret)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StateHandler

public StateHandler(ResourceMethod resourceMethod,
                    HttpRequest request)
Method Detail

handledByCache

public ResourceMethod.MethodReturn handledByCache()

updateState

public void updateState(UriInfo uriInfo,
                        ResourceMethod.MethodReturn ret)

getETagHandler

public static ETagHandler getETagHandler()


Copyright © 2015. All rights reserved.