Package org.opencms.webdav
Class CmsDavUtil
java.lang.Object
org.opencms.webdav.CmsDavUtil
Various utilities for the WebDAV implementation.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final DateFormat
Default date format to use for date-valued properties.static final String
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic int
Gets 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
-