Uses of Interface
org.apache.jackrabbit.server.io.CopyMoveHandler
-
Packages that use CopyMoveHandler 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. -
-
Uses of CopyMoveHandler in org.apache.jackrabbit.server.io
Classes in org.apache.jackrabbit.server.io that implement CopyMoveHandler Modifier and Type Class 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 properXmlHandler.XML_MIMETYPE
defined with their content.class
ZipHandler
ZipHandler
imports and extracts Zip files and exported nodes (an their subnodes) to a Zip file.Methods in org.apache.jackrabbit.server.io that return CopyMoveHandler Modifier and Type Method Description CopyMoveHandler[]
CopyMoveManager. getCopyMoveHandlers()
Returns all handlers that have been added to this manager.CopyMoveHandler[]
CopyMoveManagerImpl. getCopyMoveHandlers()
Methods in org.apache.jackrabbit.server.io with parameters of type CopyMoveHandler Modifier and Type Method Description void
CopyMoveManager. addCopyMoveHandler(CopyMoveHandler copyMoveHandler)
Adds the specified handler to the list of handlers.void
CopyMoveManagerImpl. addCopyMoveHandler(CopyMoveHandler copyMoveHandler)
-