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(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 "if-match" condition.
 List<Tag> Conditions.getNoneMatch()
          Returns the "if-none-match" condition.
 

Method parameters in org.restlet.data with type arguments of type Tag
 void Conditions.setMatch(List<Tag> tags)
          Sets the "if-match" condition.
 void Conditions.setNoneMatch(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 Variant.getTag()
          Returns the tag.
 

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

Uses of Tag in org.restlet.util
 

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

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



Copyright © 2005-2007 Noelios Consulting.