|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.jalios.jcms.webdav.IfHeaderParser
public class IfHeaderParser
Parser class for the If header described in RFC 2518 (http://www.ietf.org/rfc/rfc2518.txt) ABNF :
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 ">"
| Nested Class Summary | |
|---|---|
static class |
IfHeaderParser.Condition
|
static class |
IfHeaderParser.EntityTag
|
static class |
IfHeaderParser.IfParseException
|
static class |
IfHeaderParser.StateToken
|
| Constructor Summary | |
|---|---|
IfHeaderParser()
|
|
| Method Summary | |
|---|---|
static java.util.List<IfHeaderParser.Condition> |
parse(java.lang.String ifHeader)
Parse a WebDAV If Header |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public IfHeaderParser()
| Method Detail |
|---|
public static java.util.List<IfHeaderParser.Condition> parse(java.lang.String ifHeader)
throws IfHeaderParser.IfParseException
ifHeader - the if header to parse, must not be null
IfHeaderParser.IfParseException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||