Package | Description |
---|---|
org.apache.jackrabbit.server.io |
The jackrabbit webdav server uses the classes defined in this package in order
to perform import and export operations in order to respond to PUT, MKCOL, PROPPATCH
and PROPFIND, GET, HEAD requests, respectively.
|
Modifier and Type | Class and Description |
---|---|
class |
DeleteContextImpl
Implements a simple delete context
|
Modifier and Type | Method and Description |
---|---|
boolean |
DeleteHandler.canDelete(DeleteContext deleteContext,
DavResource resource)
Validates if this handler is able to execute a delete operation with the given
parameters.
|
boolean |
DefaultHandler.canDelete(DeleteContext deleteContext,
DavResource member) |
boolean |
DeleteManagerImpl.delete(DeleteContext deleteContext,
DavResource member) |
boolean |
DeleteManager.delete(DeleteContext deleteContext,
DavResource resource)
Delegates the delete operation to the fist handler that accepts it.
|
boolean |
DeleteHandler.delete(DeleteContext deleteContext,
DavResource resource)
Executes the delete operation with the given parameters.
|
boolean |
DefaultHandler.delete(DeleteContext deleteContext,
DavResource member) |
Copyright © 2004-2020 The Apache Software Foundation. All Rights Reserved.