Uses of Class
org.cruxframework.crux.core.server.rest.core.EntityTag

Packages that use EntityTag
org.cruxframework.crux.core.server.rest.core   
org.cruxframework.crux.core.server.rest.core.dispatch   
org.cruxframework.crux.core.server.rest.util.header   
 

Uses of EntityTag in org.cruxframework.crux.core.server.rest.core
 

Methods in org.cruxframework.crux.core.server.rest.core that return EntityTag
static EntityTag EntityTag.valueOf(String value)
          Creates a new instance of EntityTag by parsing the supplied string.
 

Uses of EntityTag in org.cruxframework.crux.core.server.rest.core.dispatch
 

Fields in org.cruxframework.crux.core.server.rest.core.dispatch declared as EntityTag
protected  EntityTag ResourceMethod.MethodReturn.etag
           
 

Methods in org.cruxframework.crux.core.server.rest.core.dispatch that return EntityTag
 EntityTag ConditionalResponse.getEtag()
           
 EntityTag ResourceMethod.MethodReturn.getEtag()
           
 

Methods in org.cruxframework.crux.core.server.rest.core.dispatch with parameters of type EntityTag
 void ConditionalResponse.setEtag(EntityTag etag)
           
 void ResourceMethod.MethodReturn.setEtag(EntityTag etag)
           
 

Constructors in org.cruxframework.crux.core.server.rest.core.dispatch with parameters of type EntityTag
ConditionalResponse(EntityTag etag, long lastModified, int status)
           
 

Uses of EntityTag in org.cruxframework.crux.core.server.rest.util.header
 

Methods in org.cruxframework.crux.core.server.rest.util.header that return EntityTag
static EntityTag EntityTagHeaderParser.fromString(String value)
           
 

Methods in org.cruxframework.crux.core.server.rest.util.header with parameters of type EntityTag
static String EntityTagHeaderParser.toString(EntityTag value)
           
 



Copyright © 2015. All rights reserved.