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 | Interface and Description |
---|---|
interface |
ExportContext
ExportContext ... |
interface |
ImportContext
ImportContext ... |
interface |
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. |
interface |
PropertyImportContext
PropertyImportContext ... |
Modifier and Type | Class and Description |
---|---|
class |
AbstractExportContext
AbstractExportContext covers methods common to most ExportContext
implementations. |
class |
ExportContextImpl
ExportContextImpl implements an ExportContext that
wraps around the specified OutputContext as it was passed to
DavResource.spool(OutputContext) . |
class |
ImportContextImpl
ImportContextImpl ... |
Modifier and Type | Method and Description |
---|---|
void |
DefaultIOListener.onBegin(IOHandler handler,
IOContext ioContext) |
void |
IOListener.onBegin(IOHandler handler,
IOContext context)
The import/export context has been passed to the given
IOHandler . |
void |
DefaultIOListener.onEnd(IOHandler handler,
IOContext ioContext,
boolean success) |
void |
IOListener.onEnd(IOHandler handler,
IOContext context,
boolean success)
The specified
IOHandler finished. |
void |
DefaultIOListener.onError(IOHandler ioHandler,
IOContext ioContext,
Exception e) |
void |
IOListener.onError(IOHandler ioHandler,
IOContext context,
Exception e)
An exception occurred during import/export within the specified
IOHandler . |
Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.