Class HrefProperty

    • Constructor Detail

      • HrefProperty

        public HrefProperty​(DavPropertyName name,
                            String value,
                            boolean isInvisibleInAllprop)
        Creates a new WebDAV property with the given DavPropertyName
        Parameters:
        name - the name of the property
        value - the value of the property
        isInvisibleInAllprop - A value of true, defines this property to be invisible in PROPFIND/allprop It will not be returned in a DAV:allprop PROPFIND request.
      • HrefProperty

        public HrefProperty​(DavPropertyName name,
                            String[] value,
                            boolean isInvisibleInAllprop)
        Creates a new WebDAV property with the given DavPropertyName
        Parameters:
        name - the name of the property
        value - the value of the property
        isInvisibleInAllprop - A value of true, defines this property to be invisible in PROPFIND/allprop It will not be returned in a DAV:allprop PROPFIND request.
      • HrefProperty

        public HrefProperty​(DavProperty<?> prop)
        Create a new HrefProperty from the specified property. Please note, that the property must have a List value object, consisting of href Element entries.
        Parameters:
        prop -