Uses of Class
org.restlet.data.Tag
Packages that use Tag
Package
Description
Information exchanged by components.
Supports HTTP header parsing and formatting.
Common representation data elements.
Various utility classes.
-
Uses of Tag in org.restlet.data
Fields in org.restlet.data declared as TagModifier and TypeFieldDescriptionstatic final TagTag.ALLTag matching any other tag, used in call's condition data.Methods in org.restlet.data that return TagModifier and TypeMethodDescriptionConditions.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 TagParses a tag formatted as defined by the HTTP standard.Methods in org.restlet.data that return types with arguments of type TagModifier and TypeMethodDescriptionConditions.getMatch()Returns the modifiable list of tags that must be matched.Conditions.getNoneMatch()Returns the modifiable list of tags that mustn't match.Methods in org.restlet.data with parameters of type TagModifier and TypeMethodDescriptionConditions.getRangeStatus(Tag tag, Date modificationDate) Returns the range conditional status of an entity.Returns the conditional status of a variant using a given method.voidConditions.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 TagModifier and TypeMethodDescriptionvoidSets the modifiable list of tags that must be matched.
Note that when used with HTTP connectors, this property maps to the "If-Match" header.voidConditions.setNoneMatch(List<Tag> tags) Sets the modifiable list of tags that mustn't match. -
Uses of Tag in org.restlet.engine.header
Methods in org.restlet.engine.header that return TagMethods in org.restlet.engine.header that return types with arguments of type TagMethods in org.restlet.engine.header with parameters of type TagMethod parameters in org.restlet.engine.header with type arguments of type Tag -
Uses of Tag in org.restlet.representation
Methods in org.restlet.representation that return TagModifier and TypeMethodDescriptionRepresentationInfo.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 TagModifier and TypeMethodDescriptionvoidSets 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 TagModifierConstructorDescriptionRepresentation(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 TagMethods in org.restlet.util with parameters of type Tag