Package org.opencms.webdav
Class CmsDavUtil
java.lang.Object
org.opencms.webdav.CmsDavUtil
Various utilities for the WebDAV implementation.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DateFormatDefault date format to use for date-valued properties.static final String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic intGets the HTTP status code to use for an exception.
-
Field Details
-
DATE_FORMAT
Default date format to use for date-valued properties. -
PARAM_REPOSITORY
- See Also:
-
-
Constructor Details
-
CmsDavUtil
public CmsDavUtil()
-
-
Method Details
-
getStatusForException
Gets the HTTP status code to use for an exception.- Parameters:
e- the exception- Returns:
- the status code
-