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 |
Modifier and Type | Class and Description |
---|---|
class |
DefaultIOManager
DefaultIOManager ... |
class |
IOManagerImpl
IOManagerImpl represents the most simple IOManager
implementation that provides a default constructor and does define any
IOHandler s. |
Modifier and Type | Method and Description |
---|---|
IOManager |
DefaultHandler.getIOManager() |
IOManager |
DirListingExportHandler.getIOManager() |
IOManager |
IOHandler.getIOManager()
Returns the
IOManager that called this handler or null . |
IOManager |
VersionHistoryHandler.getIOManager() |
Modifier and Type | Method and Description |
---|---|
void |
DefaultHandler.setIOManager(IOManager ioManager) |
void |
DirListingExportHandler.setIOManager(IOManager ioManager) |
void |
IOHandler.setIOManager(IOManager ioManager)
Sets the
IOManager that called this handler. |
void |
VersionHistoryHandler.setIOManager(IOManager ioManager) |
Constructor and Description |
---|
DefaultHandler(IOManager ioManager)
Creates a new
DefaultHandler with default nodetype definitions:Nodetype for Collection: nt:folder
Nodetype for Non-Collection: nt:file
Nodetype for Non-Collection content: nt:unstructured
|
DefaultHandler(IOManager ioManager,
String collectionNodetype,
String defaultNodetype,
String contentNodetype)
Creates a new
DefaultHandler . |
DirListingExportHandler(IOManager ioManager)
Creates a new
DirListingExportHandler |
VersionHandler(IOManager ioManager) |
VersionHistoryHandler(IOManager ioManager) |
XmlHandler(IOManager ioManager)
Creates a new
XmlHandler with default nodetype definitions:Nodetype for Collection: nt:unstructured
Nodetype for Non-Collection: nt:file
Nodetype for Non-Collection content: nt:unstructured
|
XmlHandler(IOManager ioManager,
String collectionNodetype,
String defaultNodetype,
String contentNodetype)
Creates a new
XmlHandler |
ZipHandler(IOManager ioManager)
Creates a new
ZipHandler with default nodetype definitions:Nodetype for Collection: nt:unstructured
Nodetype for Non-Collection: nt:file
Nodetype for Non-Collection content: nt:unstructured
|
ZipHandler(IOManager ioManager,
String collectionNodetype,
String defaultNodetype,
String contentNodetype)
Creates a new
ZipHandler |
Modifier and Type | Method and Description |
---|---|
IOManager |
ResourceConfig.getIOManager() |
Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.