Uses of Interface
org.apache.jackrabbit.server.io.IOHandler

Packages that use IOHandler
org.apache.jackrabbit.server.io   
 

Uses of IOHandler in org.apache.jackrabbit.server.io
 

Classes in org.apache.jackrabbit.server.io that implement IOHandler
 class DefaultHandler
          DefaultHandler implements a simple IOHandler that creates 'file' and 'folder' nodes.
 class DirListingExportHandler
          DirListingExportHandler represents a simple export for collections: a human-readable view listing the members.
Note: If DirListingExportHandler.exportContent(ExportContext, boolean) is called the view list child nodes only, without respecting their representation as DavResources.
 class VersionHandler
           
 class VersionHistoryHandler
          VersionHistoryHandler...
 class XmlHandler
          XmlHandler imports xml files and exports nodes that have the proper XmlHandler.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 IOHandler
 IOHandler[] IOManagerImpl.getIOHandlers()
           
 IOHandler[] IOManager.getIOHandlers()
          Returns all handlers that have been added to this manager.
 

Methods in org.apache.jackrabbit.server.io with parameters of type IOHandler
 void IOManagerImpl.addIOHandler(IOHandler ioHandler)
           
 void IOManager.addIOHandler(IOHandler ioHandler)
          Adds the specified handler to the list of handlers.
 void DefaultIOListener.onBegin(IOHandler handler, IOContext ioContext)
           
 void IOListener.onBegin(IOHandler handler, IOContext context)
          The import/export context has been passed to the given IOHandler
 void DefaultIOListener.onEnd(IOHandler handler, IOContext ioContext, boolean success)
           
 void IOListener.onEnd(IOHandler handler, IOContext context, boolean success)
          The specified IOHandler finished.
 void DefaultIOListener.onError(IOHandler ioHandler, IOContext ioContext, Exception e)
           
 void IOListener.onError(IOHandler ioHandler, IOContext context, Exception e)
          An expection occured during import/export within the specified IOHandler.
 



Copyright © 2004-2008 The Apache Software Foundation. All Rights Reserved.