org.apache.sling.jcr.webdav.impl.handler
Class DirListingExportHandlerService

java.lang.Object
  extended by org.apache.jackrabbit.server.io.DirListingExportHandler
      extended by org.apache.sling.jcr.webdav.impl.handler.DirListingExportHandlerService
All Implemented Interfaces:
org.apache.jackrabbit.server.io.IOHandler, org.apache.jackrabbit.server.io.PropertyHandler

@Property(name="service.ranking",
          intValue=100,
          propertyPrivate=false)
@Service(value={org.apache.jackrabbit.server.io.IOHandler.class,org.apache.jackrabbit.server.io.PropertyHandler.class})
public class DirListingExportHandlerService
extends org.apache.jackrabbit.server.io.DirListingExportHandler

Wraps DirListingExportHandler in order to run it as a service.


Constructor Summary
DirListingExportHandlerService()
           
 
Method Summary
 
Methods inherited from class org.apache.jackrabbit.server.io.DirListingExportHandler
canExport, canExport, canExport, canImport, canImport, canImport, exportContent, exportContent, exportProperties, getIOManager, getName, importContent, importContent, importProperties, setIOManager
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DirListingExportHandlerService

public DirListingExportHandlerService()


Copyright © 2007-2013 The Apache Software Foundation. All Rights Reserved.