|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WebDAVResponseBuilder.PropertyHandler | |
---|---|
org.apache.wink.webdav.server |
Uses of WebDAVResponseBuilder.PropertyHandler in org.apache.wink.webdav.server |
---|
Subclasses of WebDAVResponseBuilder.PropertyHandler in org.apache.wink.webdav.server | |
---|---|
static class |
WebDAVResponseBuilder.CollectionPropertyHandler
Extends the WebDAVResponseBuilder.PropertyHandler to provide additional data for the
creation of multistatus responses for collections (feeds). |
Methods in org.apache.wink.webdav.server that return WebDAVResponseBuilder.PropertyHandler | |
---|---|
WebDAVResponseBuilder.PropertyHandler |
WebDAVResponseBuilder.CollectionPropertyHandler.getEntryPropertyHandler()
Get the PropertyHandler that is used to set properties for the entries in the collection |
Methods in org.apache.wink.webdav.server with parameters of type WebDAVResponseBuilder.PropertyHandler | |
---|---|
javax.ws.rs.core.Response |
WebDAVResponseBuilder.propfind(SyndEntry entry,
java.lang.String propfindXml,
WebDAVResponseBuilder.PropertyHandler handler)
Process the PROPFIND request for given document resource and create a response. |
void |
WebDAVResponseBuilder.CollectionPropertyHandler.setEntryPropertyHandler(WebDAVResponseBuilder.PropertyHandler entryPropertyHandler)
Set the PropertyHandler that is used to set properties for the entries in the collection |
Constructors in org.apache.wink.webdav.server with parameters of type WebDAVResponseBuilder.PropertyHandler | |
---|---|
WebDAVResponseBuilder.CollectionPropertyHandler(WebDAVResponseBuilder.PropertyHandler entryPropertyHandler)
Constructor accepting another WebDAVResponseBuilder.PropertyHandler to provide
properties for the entries in the collection. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |