|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use DavPropertySet | |
| org.apache.jackrabbit.webdav | |
| org.apache.jackrabbit.webdav.property | Interfaces and classes related to WebDAV properties. |
| Uses of DavPropertySet in org.apache.jackrabbit.webdav |
| Methods in org.apache.jackrabbit.webdav that return DavPropertySet | |
DavPropertySet |
DavServletRequest.getPropPatchSetProperties()
Return the set of properties the client wanted to modify / create with a PROPPATCH request, i.e. |
DavPropertySet |
MultiStatusResponse.getProperties(int status)
Get properties present in this response for the given status code. |
DavPropertySet |
DavResource.getProperties()
Returns all webdav properties present on this resource. |
DavPropertySet |
WebdavRequestImpl.getPropPatchSetProperties()
Return the list of 'set' entries in the PROPPATCH request body. |
| Methods in org.apache.jackrabbit.webdav with parameters of type DavPropertySet | |
MultiStatusResponse |
DavResource.alterProperties(DavPropertySet setProperties,
DavPropertyNameSet removePropertyNames)
Set/add the specified properties and remove the properties with the given names from this resource respectively. |
| Uses of DavPropertySet in org.apache.jackrabbit.webdav.property |
| Methods in org.apache.jackrabbit.webdav.property with parameters of type DavPropertySet | |
void |
DavPropertySet.addAll(DavPropertySet pset)
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||