public class WebDAVRequestImpl extends Object implements com.liferay.portal.kernel.webdav.WebDAVRequest
| Constructor and Description |
|---|
WebDAVRequestImpl(com.liferay.portal.kernel.webdav.WebDAVStorage storage,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
String userAgent,
com.liferay.portal.kernel.security.permission.PermissionChecker permissionChecker) |
| Modifier and Type | Method and Description |
|---|---|
long |
getCompanyId() |
long |
getGroupId() |
javax.servlet.http.HttpServletRequest |
getHttpServletRequest() |
javax.servlet.http.HttpServletResponse |
getHttpServletResponse() |
String |
getLockUuid() |
String |
getPath() |
String[] |
getPathArray() |
com.liferay.portal.kernel.security.permission.PermissionChecker |
getPermissionChecker() |
String |
getRootPath() |
long |
getUserId() |
com.liferay.portal.kernel.webdav.WebDAVStorage |
getWebDAVStorage() |
boolean |
isAppleDoubleRequest() |
boolean |
isLitmus() |
boolean |
isMac() |
boolean |
isManualCheckInRequired() |
boolean |
isWindows() |
public WebDAVRequestImpl(com.liferay.portal.kernel.webdav.WebDAVStorage storage,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
String userAgent,
com.liferay.portal.kernel.security.permission.PermissionChecker permissionChecker)
throws com.liferay.portal.kernel.webdav.WebDAVException
com.liferay.portal.kernel.webdav.WebDAVExceptionpublic long getCompanyId()
getCompanyId in interface com.liferay.portal.kernel.webdav.WebDAVRequestpublic long getGroupId()
getGroupId in interface com.liferay.portal.kernel.webdav.WebDAVRequestpublic javax.servlet.http.HttpServletRequest getHttpServletRequest()
getHttpServletRequest in interface com.liferay.portal.kernel.webdav.WebDAVRequestpublic javax.servlet.http.HttpServletResponse getHttpServletResponse()
getHttpServletResponse in interface com.liferay.portal.kernel.webdav.WebDAVRequestpublic String getLockUuid()
getLockUuid in interface com.liferay.portal.kernel.webdav.WebDAVRequestpublic String getPath()
getPath in interface com.liferay.portal.kernel.webdav.WebDAVRequestpublic String[] getPathArray()
getPathArray in interface com.liferay.portal.kernel.webdav.WebDAVRequestpublic com.liferay.portal.kernel.security.permission.PermissionChecker getPermissionChecker()
getPermissionChecker in interface com.liferay.portal.kernel.webdav.WebDAVRequestpublic String getRootPath()
getRootPath in interface com.liferay.portal.kernel.webdav.WebDAVRequestpublic long getUserId()
getUserId in interface com.liferay.portal.kernel.webdav.WebDAVRequestpublic com.liferay.portal.kernel.webdav.WebDAVStorage getWebDAVStorage()
getWebDAVStorage in interface com.liferay.portal.kernel.webdav.WebDAVRequestpublic boolean isAppleDoubleRequest()
isAppleDoubleRequest in interface com.liferay.portal.kernel.webdav.WebDAVRequestpublic boolean isLitmus()
isLitmus in interface com.liferay.portal.kernel.webdav.WebDAVRequestpublic boolean isMac()
isMac in interface com.liferay.portal.kernel.webdav.WebDAVRequestpublic boolean isManualCheckInRequired()
isManualCheckInRequired in interface com.liferay.portal.kernel.webdav.WebDAVRequestpublic boolean isWindows()
isWindows in interface com.liferay.portal.kernel.webdav.WebDAVRequest