org.w3c.www.webdav
Class DAVStatusURIList
java.lang.Object
|
+--org.w3c.www.http.BasicValue
|
+--org.w3c.www.webdav.DAVStatusURIList
- public class DAVStatusURIList
- extends BasicValue
Field Summary |
static boolean |
debug
|
Method Summary |
void |
addStatusURI(DAVStatusURI su)
|
java.lang.Object |
getValue()
HeaderValue implemenntation - Get this header value. |
protected void |
parse()
Parse this header value into its various components. |
protected void |
updateByteValue()
Update the RFC822 compatible header value for this object. |
Methods inherited from class org.w3c.www.http.BasicValue |
addBytes,
appendValue,
checkByteValue,
emit,
error,
invalidateByteValue,
setBytes,
setString,
toExternalForm,
toString,
validate |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
debug
public static final boolean debug
DAVStatusURIList
public DAVStatusURIList()
- Don't use this constructor
DAVStatusURIList
public DAVStatusURIList(DAVStatusURI[] dsu)
DAVStatusURIList
public DAVStatusURIList(DAVStatusURI dsu)
parse
protected void parse()
- Description copied from class: BasicValue
- Parse this header value into its various components.
- Overrides:
- parse in class BasicValue
- Tags copied from class: BasicValue
- Throws:
- HttpParserException - if unable to parse.
updateByteValue
protected void updateByteValue()
- Description copied from class: BasicValue
- Update the RFC822 compatible header value for this object.
- Overrides:
- updateByteValue in class BasicValue
addStatusURI
public void addStatusURI(DAVStatusURI su)
getValue
public java.lang.Object getValue()
- Description copied from class: BasicValue
- HeaderValue implemenntation - Get this header value.
- Overrides:
- getValue in class BasicValue
- Tags copied from class: BasicValue
- Returns:
- An object representing the parsed value for this header.