Package org.apache.jackrabbit.webdav.version

Examples of org.apache.jackrabbit.webdav.version.SupportedMethodSetProperty


        // set current lock information. If no lock is applied to this resource,
        // an empty lockdiscovery will be returned in the response.
        properties.add(new LockDiscovery(getLocks()));

        properties.add(new SupportedMethodSetProperty(getSupportedMethods().split(",\\s")));

        // DeltaV properties
        properties.add(supportedReports);
        // creator-displayname, comment: not value available from jcr
        properties.add(new DefaultDavProperty(DeltaVConstants.CREATOR_DISPLAYNAME, null, true));
View Full Code Here

TOP

Related Classes of org.apache.jackrabbit.webdav.version.SupportedMethodSetProperty

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.