Package com.liferay.portal.kernel.webdav
Interface WebDAVRequest
public interface WebDAVRequest
- Author:
- Brian Wing Shun Chan
-
Method Details
-
getCompanyId
long getCompanyId() -
getGroupId
long getGroupId() -
getHttpServletRequest
javax.servlet.http.HttpServletRequest getHttpServletRequest() -
getHttpServletResponse
javax.servlet.http.HttpServletResponse getHttpServletResponse() -
getLockUuid
String getLockUuid() -
getPath
String getPath() -
getPathArray
String[] getPathArray() -
getPermissionChecker
PermissionChecker getPermissionChecker() -
getRootPath
String getRootPath() -
getUserId
long getUserId() -
getWebDAVStorage
WebDAVStorage getWebDAVStorage() -
isAppleDoubleRequest
boolean isAppleDoubleRequest() -
isLitmus
boolean isLitmus() -
isMac
boolean isMac() -
isManualCheckInRequired
boolean isManualCheckInRequired() -
isWindows
boolean isWindows()
-