Interface DavProperty<T>

    • Method Detail

      • getName

        DavPropertyName getName()
        Returns the name of this property
        Returns:
        the name of this property
      • getValue

        T getValue()
        Returns the value of this property
        Returns:
        the value of this property
      • isInvisibleInAllprop

        boolean isInvisibleInAllprop()
        Return true if this property should be suppressed in a PROPFIND/DAV:allprop response. See RFC 4918, Section 9.1.
        Returns:
        true, if this property should be suppressed in a PROPFIND/allprop response