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.
|
org.apache.jackrabbit.webdav.simple |
Class and Description |
---|
AbstractExportContext
AbstractExportContext covers methods common to most ExportContext
implementations. |
CopyMoveContext
CopyMoveContext ... |
CopyMoveHandler
CopyMoveHandler ... |
CopyMoveManager
CopyMoveManager ... |
DefaultHandler
DefaultHandler implements a simple IOHandler that creates 'file'
and 'folder' nodes. |
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. |
IOManagerImpl
IOManagerImpl represents the most simple IOManager
implementation that provides a default constructor and does define any
IOHandler s. |
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 and Description |
---|
CopyMoveManager
CopyMoveManager ... |
DeleteManager
The DeleteManager handles DELETE operation by delegating it to its handlers.
|
ExportContext
ExportContext ... |
ImportContext
ImportContext ... |
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. |
PropertyImportContext
PropertyImportContext ... |
PropertyManager
PropertyManager ... |
Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.