Package org.silverpeas.core.jcr.webdav
Class WebDavProtocol
- java.lang.Object
-
- org.silverpeas.core.jcr.webdav.WebDavProtocol
-
public final class WebDavProtocol extends Object
A class gathering the constants about the custom WebDAV protocol used in Silverpeas.- Author:
- mmoquillon
-
-
Field Summary
Fields Modifier and Type Field Description static String
SECURED_WEBDAV_SCHEME
The custom secured WebDAV scheme protocol used by Silverpeas to edit online a document.static String
WEBDAV_SCHEME
The custom WebDAV scheme protocol used by Silverpeas to edit online a document.
-
-
-
Field Detail
-
WEBDAV_SCHEME
public static final String WEBDAV_SCHEME
The custom WebDAV scheme protocol used by Silverpeas to edit online a document.- See Also:
- Constant Field Values
-
SECURED_WEBDAV_SCHEME
public static final String SECURED_WEBDAV_SCHEME
The custom secured WebDAV scheme protocol used by Silverpeas to edit online a document.- See Also:
- Constant Field Values
-
-