|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Tag | |
---|---|
org.restlet.gwt.data | Element of information handled by a component via a connector. |
org.restlet.gwt.resource | Common resource and representation data elements. |
Uses of Tag in org.restlet.gwt.data |
---|
Fields in org.restlet.gwt.data declared as Tag | |
---|---|
static Tag |
Tag.ALL
Tag matching any other tag, used in call's condition data. |
Methods in org.restlet.gwt.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.gwt.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.gwt.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.gwt.resource |
---|
Methods in org.restlet.gwt.resource that return Tag | |
---|---|
Tag |
Representation.getTag()
Returns the tag. |
Methods in org.restlet.gwt.resource with parameters of type Tag | |
---|---|
void |
Representation.setTag(Tag tag)
Sets the tag. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |