Uses of Interface
org.apache.jackrabbit.server.io.IOHandler
-
Packages that use IOHandler 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 IOHandler in org.apache.jackrabbit.server.io
Classes in org.apache.jackrabbit.server.io that implement IOHandler Modifier and Type Class Description classDefaultHandlerDefaultHandlerimplements a simple IOHandler that creates 'file' and 'folder' nodes.classDirListingExportHandlerDirListingExportHandlerrepresents a simple export for collections: a human-readable view listing the members.classVersionHandlerclassVersionHistoryHandlerVersionHistoryHandler...classXmlHandlerXmlHandlerimports 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 IOHandler Modifier and Type Method Description IOHandler[]IOManager. getIOHandlers()Returns all handlers that have been added to this manager.IOHandler[]IOManagerImpl. getIOHandlers()Methods in org.apache.jackrabbit.server.io with parameters of type IOHandler Modifier and Type Method Description voidIOManager. addIOHandler(IOHandler ioHandler)Adds the specified handler to the list of handlers.voidIOManagerImpl. addIOHandler(IOHandler ioHandler)voidDefaultIOListener. onBegin(IOHandler handler, IOContext ioContext)voidIOListener. onBegin(IOHandler handler, IOContext context)The import/export context has been passed to the givenIOHandler.voidDefaultIOListener. onEnd(IOHandler handler, IOContext ioContext, boolean success)voidIOListener. onEnd(IOHandler handler, IOContext context, boolean success)The specifiedIOHandlerfinished.voidDefaultIOListener. onError(IOHandler ioHandler, IOContext ioContext, Exception e)voidIOListener. onError(IOHandler ioHandler, IOContext context, Exception e)An exception occurred during import/export within the specifiedIOHandler.
-