|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Tag | |
|---|---|
| org.restlet.data | Information exchanged by components. |
| org.restlet.engine.header | Supports HTTP header parsing and formatting. |
| 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.engine.header |
|---|
| Methods in org.restlet.engine.header that return types with arguments of type Tag | |
|---|---|
HeaderWriter<Tag> |
TagWriter.append(Tag tag)
|
| Methods in org.restlet.engine.header with parameters of type Tag | |
|---|---|
HeaderWriter<Tag> |
TagWriter.append(Tag tag)
|
static String |
TagWriter.write(Tag tag)
Writes a tag. |
| Method parameters in org.restlet.engine.header with type arguments of type Tag | |
|---|---|
static String |
TagWriter.write(List<Tag> tags)
Writes a list of tags. |
| 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)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||