See: Description
| Interface | Description |
|---|---|
| CopyMoveContext |
CopyMoveContext... |
| CopyMoveHandler |
CopyMoveHandler... |
| CopyMoveManager |
CopyMoveManager... |
| DeleteContext |
The context associated with a DELETE operation
|
| DeleteHandler |
The DeleteHandler is invoked when a webdav DELETE request is received.
|
| DeleteManager |
The DeleteManager handles DELETE operation by delegating it to its handlers.
|
| ExportContext |
ExportContext... |
| ImportContext |
ImportContext... |
| IOContext | |
| IOHandler |
IOHandler interface defines methods for importing and
exporting resource content as well as some fundamental resource properties
which use to be set/retrieved together with content import and export (e.g. |
| IOListener |
IOListener defines an import/export listener. |
| IOManager |
IOManager interface provides the means to define a list of
IOHandlers that should be asked to perform an import or export. |
| PropertyExportContext |
PropertyExportContext represents a marker interface to distinguish
the ExportContext (which is mainly used to export data and some fundamental
properties) from a context that is used to export properties only. |
| PropertyHandler |
PropertyHandler interface defines methods for importing and
exporting resource properties. |
| PropertyImportContext |
PropertyImportContext... |
| PropertyManager |
PropertyManager... |
| Class | Description |
|---|---|
| AbstractExportContext |
AbstractExportContext covers methods common to most ExportContext
implementations. |
| BoundedInputStream |
This is a stream that will only supply bytes up to a certain length - if its
position goes above that, it will stop.
|
| CopyMoveContextImpl |
CopyMoveContextImpl... |
| CopyMoveManagerImpl |
CopyMoveManagerImpl... |
| DefaultHandler |
DefaultHandler implements a simple IOHandler that creates 'file'
and 'folder' nodes. |
| DefaultIOListener |
DefaultIOListener implements an IOListener that
writes debug/error output to the logger specified in the constructor. |
| DefaultIOManager |
DefaultIOManager... |
| DeleteContextImpl |
Implements a simple delete context
|
| DeleteManagerImpl | |
| DirListingExportHandler |
DirListingExportHandler represents a simple export for collections:
a human-readable view listing the members. |
| ExportContextImpl |
ExportContextImpl implements an ExportContext that
wraps around the specified OutputContext as it was passed to
DavResource.spool(OutputContext). |
| ImportContextImpl |
ImportContextImpl... |
| IOManagerImpl |
IOManagerImpl represents the most simple IOManager
implementation that provides a default constructor and does define any
IOHandlers. |
| IOUtil |
IOUtil provides utility methods used for import and export
operations. |
| PropertyManagerImpl |
PropertyManagerImpl... |
| VersionHandler | |
| VersionHistoryHandler |
VersionHistoryHandler... |
| XmlHandler |
XmlHandler imports xml files and exports nodes that have
the proper XmlHandler.XML_MIMETYPE defined with their content. |
| ZipHandler |
ZipHandler imports and extracts Zip files and exported nodes
(an their subnodes) to a Zip file. |
Copyright © 2004–2020 The Apache Software Foundation. All rights reserved.