|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface BindServletRequest
BindServletRequest provides extension useful for functionality
related to BIND specification.
| Method Summary | |
|---|---|
BindInfo |
getBindInfo()
Returns the BindInfo present with the request |
DavResourceLocator |
getHrefLocator(String href)
Parses a href and returns the path of the resource. |
DavResourceLocator |
getMemberLocator(String segment)
Returns the path of the member resource of the request resource which is identified by the segment parameter. |
RebindInfo |
getRebindInfo()
Returns the RebindInfo present with the request |
UnbindInfo |
getUnbindInfo()
Returns the UnbindInfo present with the request |
| Method Detail |
|---|
RebindInfo getRebindInfo()
throws DavException
RebindInfo present with the request
RebindInfo object
DavException - in case of an invalid or missing request body
UnbindInfo getUnbindInfo()
throws DavException
UnbindInfo present with the request
UnbindInfo object
DavException - in case of an invalid or missing request body
BindInfo getBindInfo()
throws DavException
BindInfo present with the request
BindInfo object
DavException - in case of an invalid or missing request body
DavResourceLocator getHrefLocator(String href)
throws DavException
DavExceptionDavResourceLocator getMemberLocator(String segment)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||