public class IfHeaderParser
extends java.lang.Object
If = "If" ":" ( 1*No-tag-list | 1*Tagged-list)
No-tag-list = List
Tagged-list = Resource 1*List
Resource = Coded-URL
List = "(" 1*(["Not"](State-token | "[" entity-tag "]")) ")"
State-token = Coded-URL
Coded-URL = "<" absoluteURI ">"
| Modifier and Type | Class and Description |
|---|---|
static class |
IfHeaderParser.Condition |
static class |
IfHeaderParser.EntityTag |
static class |
IfHeaderParser.IfParseException |
static class |
IfHeaderParser.StateToken |
| Constructor and Description |
|---|
IfHeaderParser() |
| Modifier and Type | Method and Description |
|---|---|
static java.util.List<IfHeaderParser.Condition> |
parse(java.lang.String ifHeader)
Parse a WebDAV If Header
|
public static java.util.List<IfHeaderParser.Condition> parse(java.lang.String ifHeader) throws IfHeaderParser.IfParseException
ifHeader - the if header to parse, must not be nullIfHeaderParser.IfParseExceptionCopyright © 2001-2017 Jalios SA. All Rights Reserved.