Package org.apache.sling.jcr.webdav.impl.helper

Examples of org.apache.sling.jcr.webdav.impl.helper.SlingResourceConfig


        this.ioManager.setComponentContext(context);
        this.propertyManager.setComponentContext(context);
        this.copyMoveManager.setComponentContext(context);

        resourceConfig = new SlingResourceConfig(mimeTypeService,
            context.getProperties(),
            ioManager,
            propertyManager,
            copyMoveManager);
View Full Code Here


    // ---------- SCR integration

    protected void activate(ComponentContext context)
            throws NamespaceException, ServletException {

        resourceConfig = new SlingResourceConfig(mimeTypeService,
            context.getProperties());

        // Register servlet, and set the contextPath field to signal successful
        // registration
        Servlet simpleServlet = new SlingSimpleWebDavServlet(resourceConfig,
View Full Code Here

TOP

Related Classes of org.apache.sling.jcr.webdav.impl.helper.SlingResourceConfig

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.