| 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  | DefaultIOManagerDefaultIOManager... | 
| class  | IOManagerImplIOManagerImplrepresents the most simpleIOManagerimplementation that provides a default constructor and does define anyIOHandlers. | 
| Modifier and Type | Method and Description | 
|---|---|
| IOManager | DefaultHandler. getIOManager() | 
| IOManager | DirListingExportHandler. getIOManager() | 
| IOManager | IOHandler. getIOManager()Returns the  IOManagerthat called this handler ornull. | 
| 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  IOManagerthat called this handler. | 
| void | VersionHistoryHandler. setIOManager(IOManager ioManager) | 
| Constructor and Description | 
|---|
| DefaultHandler(IOManager ioManager)Creates a new  DefaultHandlerwith default nodetype definitions:Nodetype for Collection: nt:folderNodetype for Non-Collection:nt:fileNodetype 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  XmlHandlerwith default nodetype definitions:Nodetype for Collection: nt:unstructuredNodetype for Non-Collection:nt:fileNodetype 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  ZipHandlerwith default nodetype definitions:Nodetype for Collection: nt:unstructuredNodetype for Non-Collection:nt:fileNodetype 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–2020 The Apache Software Foundation. All rights reserved.