Uses of Class
org.restlet.data.Tag

Packages that use Tag
org.restlet.data Element of information handled by a component via a connector. 
org.restlet.resource Common resource and representation data elements. 
org.restlet.util Utility classes and interfaces used in the rest of the API. 
 

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
static Tag Tag.parse(java.lang.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
 java.util.List<Tag> Conditions.getMatch()
          Returns the modifiable list of tags for the "if-match" condition.
 java.util.List<Tag> Conditions.getNoneMatch()
          Returns the modifiable list of tags for the "if-none-match" condition.
 

Method parameters in org.restlet.data with type arguments of type Tag
 void Conditions.setMatch(java.util.List<Tag> tags)
          Sets the "if-match" condition.
 void Conditions.setNoneMatch(java.util.List<Tag> tags)
          Sets the "if-none-match" condition.
 

Uses of Tag in org.restlet.resource
 

Methods in org.restlet.resource that return Tag
 Tag Representation.getTag()
          Returns the tag.
 Tag Variant.getTag()
          Deprecated. Use the Representation.getTag() method instead.
 

Methods in org.restlet.resource with parameters of type Tag
 void Representation.setTag(Tag tag)
          Sets the tag.
 void Variant.setTag(Tag tag)
          Deprecated. Use the Representation.setTag(Tag) method instead.
 

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-2008 Noelios Technologies.