Uses of Class
org.restlet.data.Tag

Packages that use Tag
org.restlet.data Information exchanged by components. 
org.restlet.representation Common representation data elements. 
org.restlet.util Various utility classes. 
 

Uses of Tag in org.restlet.data
 

Fields in org.restlet.data declared as Tag
static Tag Tag.ALL
          Tag matching any other tag, used in call's condition data.
 

Methods in org.restlet.data that return Tag
 Tag Conditions.getRangeTag()
          Returns the range condition based on the entity tag of the requested variant.

Note that when used with HTTP connectors, this property maps to the "If-Range" header.
static Tag Tag.parse(String httpTag)
          Parses a tag formatted as defined by the HTTP standard.
 

Methods in org.restlet.data that return types with arguments of type Tag
 List<Tag> Conditions.getMatch()
          Returns the modifiable list of tags that must be matched.
 List<Tag> Conditions.getNoneMatch()
          Returns the modifiable list of tags that mustn't match.
 

Methods in org.restlet.data with parameters of type Tag
 Status Conditions.getRangeStatus(Tag tag, Date modificationDate)
          Returns the range conditional status of an entity.
 Status Conditions.getStatus(Method method, boolean entityExists, Tag tag, Date modificationDate)
          Returns the conditional status of a variant using a given method.
 void Conditions.setRangeTag(Tag rangeTag)
          Sets the range condition based on the entity tag of the requested variant.

Note that when used with HTTP connectors, this property maps to the "If-Range" header.
 

Method parameters in org.restlet.data with type arguments of type Tag
 void Conditions.setMatch(List<Tag> tags)
          Sets the modifiable list of tags that must be matched.

Note that when used with HTTP connectors, this property maps to the "If-Match" header.
 void Conditions.setNoneMatch(List<Tag> tags)
          Sets the modifiable list of tags that mustn't match.
 

Uses of Tag in org.restlet.representation
 

Methods in org.restlet.representation that return Tag
 Tag RepresentationInfo.getTag()
          Returns the tag.

Note that when used with HTTP connectors, this property maps to the "ETag" header.
 

Methods in org.restlet.representation with parameters of type Tag
 void RepresentationInfo.setTag(Tag tag)
          Sets the tag.

Note that when used with HTTP connectors, this property maps to the "ETag" header.
 

Constructors in org.restlet.representation with parameters of type Tag
Representation(MediaType mediaType, Date modificationDate, Tag tag)
          Constructor.
Representation(MediaType mediaType, Tag tag)
          Constructor.
Representation(Variant variant, Date modificationDate, Tag tag)
          Constructor from a variant.
Representation(Variant variant, Tag tag)
          Constructor from a variant.
RepresentationInfo(MediaType mediaType, Date modificationDate, Tag tag)
          Constructor.
RepresentationInfo(MediaType mediaType, Tag tag)
          Constructor.
RepresentationInfo(Variant variant, Date modificationDate, Tag tag)
          Constructor from a variant.
RepresentationInfo(Variant variant, Tag tag)
          Constructor from a variant.
 

Uses of Tag in org.restlet.util
 

Methods in org.restlet.util that return Tag
 Tag WrapperRepresentation.getTag()
           
 

Methods in org.restlet.util with parameters of type Tag
 void WrapperRepresentation.setTag(Tag tag)
           
 



Copyright © 2005-2013 Restlet.