org.cruxframework.crux.core.server.rest.state
Interface ResourceStateHandler.ResourceState

All Known Implementing Classes:
ClusteredResourceStateHandler.CacheEntry, NoClusteredResourceStateHandler.CacheEntry
Enclosing interface:
ResourceStateHandler

public static interface ResourceStateHandler.ResourceState

Contains state information about a given rest URI

Author:
Thiago da Rosa de Bustamante

Method Summary
 long getDateModified()
           
 String getEtag()
           
 boolean isExpired()
           
 

Method Detail

getDateModified

long getDateModified()

isExpired

boolean isExpired()

getEtag

String getEtag()


Copyright © 2014. All rights reserved.