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 |
DefaultHandler
DefaultHandler implements a simple IOHandler that creates 'file'
and 'folder' nodes. |
class |
DirListingExportHandler
DirListingExportHandler represents a simple export for collections:
a human-readable view listing the members. |
class |
VersionHandler |
class |
VersionHistoryHandler
VersionHistoryHandler ... |
class |
XmlHandler
XmlHandler imports xml files and exports nodes that have
the proper XmlHandler.XML_MIMETYPE defined with their content. |
class |
ZipHandler
ZipHandler imports and extracts Zip files and exported nodes
(an their subnodes) to a Zip file. |
Modifier and Type | Method and Description |
---|---|
IOHandler[] |
IOManager.getIOHandlers()
Returns all handlers that have been added to this manager.
|
IOHandler[] |
IOManagerImpl.getIOHandlers() |
Modifier and Type | Method and Description |
---|---|
void |
IOManager.addIOHandler(IOHandler ioHandler)
Adds the specified handler to the list of handlers.
|
void |
IOManagerImpl.addIOHandler(IOHandler ioHandler) |
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.