Package org.apache.jackrabbit.server.io

Examples of org.apache.jackrabbit.server.io.DirListingExportHandler


        String contentType = OsgiUtil.toString(
            config.get(SlingWebDavServlet.TYPE_CONTENT),
            SlingWebDavServlet.TYPE_CONTENT_DEFAULT);

        // share these handlers between the IOManager and the PropertyManager
        DirListingExportHandler dirHandler = new DirListingExportHandler();
        DefaultHandler defaultHandler = new DefaultHandler(null, collectionType,
            nonCollectionType, contentType);
       
        ioManager = new IOManagerImpl();
        ioManager.addIOHandler(dirHandler);
View Full Code Here

TOP

Related Classes of org.apache.jackrabbit.server.io.DirListingExportHandler

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.