|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ConditionFactor | |
---|---|
org.eclipse.webdav.internal.kernel |
Uses of ConditionFactor in org.eclipse.webdav.internal.kernel |
---|
Subclasses of ConditionFactor in org.eclipse.webdav.internal.kernel | |
---|---|
class |
EntityTag
An EntityTag is a ConditionFactor describing some state of a resource represented as an opaque string. |
class |
StateToken
A StateToken is a ConditionFactor describing some state of a resource represented as a URI. |
Methods in org.eclipse.webdav.internal.kernel that return ConditionFactor | |
---|---|
static ConditionFactor |
StateToken.create(StreamTokenizer tokenizer)
Create a StateToken by parsing the given If header as defined by section 9.4 in the WebDAV spec. |
static ConditionFactor |
ConditionFactor.create(StreamTokenizer tokenizer)
Create a ConditionFactor (either a StateToken or EntityTag) by parsing the tokenizer contining an If header value. |
static ConditionFactor |
EntityTag.create(StreamTokenizer tokenizer)
Create an EntityTag by parsing the given If header as defined by section 3.11 of the HTTP/1.1 spec. |
Methods in org.eclipse.webdav.internal.kernel with parameters of type ConditionFactor | |
---|---|
void |
ConditionTerm.addConditionFactor(ConditionFactor factor)
Add a ConditionFactor to a ConditionTerm. |
boolean |
ConditionTerm.contains(ConditionFactor factor)
Does this ConditionTerm contain the given ConditionFactor? |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |