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 |
VersionHandler |
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 |
---|---|
CopyMoveHandler[] |
CopyMoveManager.getCopyMoveHandlers()
Returns all handlers that have been added to this manager.
|
CopyMoveHandler[] |
CopyMoveManagerImpl.getCopyMoveHandlers() |
Modifier and Type | Method and Description |
---|---|
void |
CopyMoveManager.addCopyMoveHandler(CopyMoveHandler copyMoveHandler)
Adds the specified handler to the list of handlers.
|
void |
CopyMoveManagerImpl.addCopyMoveHandler(CopyMoveHandler copyMoveHandler) |
Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.