|
|
|
|
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.torweg.pulse.webdav.request.IfHeader
public class IfHeader
represents an If-header as specified in RFC4918 section 10.4. (http://webdav.org/specs/rfc4918.html#HEADER_If).
| Constructor Summary | |
|---|---|
IfHeader(javax.servlet.http.HttpServletRequest req)
extracts the If-Header from the given request. |
|
| Method Summary | |
|---|---|
boolean |
matches(java.net.URI resource, DAVStore store)
checks whether the given resource matches the If-header. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public IfHeader(javax.servlet.http.HttpServletRequest req)
req - the request| Method Detail |
|---|
public final boolean matches(java.net.URI resource, DAVStore store)
throws java.io.IOException
resource - the resource to checkstore - the DAVStore
true, if and only if the resource matches the
condition. Otherwise false.
java.io.IOException - on errors accessing the DAVStore
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||