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 classDefaultHandlerDefaultHandlerimplements a simple IOHandler that creates 'file' and 'folder' nodes.classVersionHandlerclassXmlHandlerXmlHandlerimports xml files and exports nodes that have the properXmlHandler.XML_MIMETYPEdefined with their content.classZipHandlerZipHandlerimports 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 voidCopyMoveManager. addCopyMoveHandler(CopyMoveHandler copyMoveHandler)Adds the specified handler to the list of handlers.voidCopyMoveManagerImpl. addCopyMoveHandler(CopyMoveHandler copyMoveHandler) 
 -