com.liferay.portal.webdav
Class WebDAVRequestImpl
java.lang.Object
com.liferay.portal.webdav.WebDAVRequestImpl
- All Implemented Interfaces:
- com.liferay.portal.webdav.WebDAVRequest
public class WebDAVRequestImpl
- extends java.lang.Object
- implements com.liferay.portal.webdav.WebDAVRequest
View Source
- Author:
- Brian Wing Shun Chan
|
Constructor Summary |
WebDAVRequestImpl(com.liferay.portal.webdav.WebDAVStorage storage,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
com.liferay.portal.security.permission.PermissionChecker permissionChecker)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WebDAVRequestImpl
public WebDAVRequestImpl(com.liferay.portal.webdav.WebDAVStorage storage,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
com.liferay.portal.security.permission.PermissionChecker permissionChecker)
throws com.liferay.portal.webdav.WebDAVException
- Throws:
com.liferay.portal.webdav.WebDAVException
getWebDAVStorage
public com.liferay.portal.webdav.WebDAVStorage getWebDAVStorage()
- Specified by:
getWebDAVStorage in interface com.liferay.portal.webdav.WebDAVRequest
getHttpServletRequest
public javax.servlet.http.HttpServletRequest getHttpServletRequest()
- Specified by:
getHttpServletRequest in interface com.liferay.portal.webdav.WebDAVRequest
getHttpServletResponse
public javax.servlet.http.HttpServletResponse getHttpServletResponse()
- Specified by:
getHttpServletResponse in interface com.liferay.portal.webdav.WebDAVRequest
getRootPath
public java.lang.String getRootPath()
- Specified by:
getRootPath in interface com.liferay.portal.webdav.WebDAVRequest
getPath
public java.lang.String getPath()
- Specified by:
getPath in interface com.liferay.portal.webdav.WebDAVRequest
getPathArray
public java.lang.String[] getPathArray()
- Specified by:
getPathArray in interface com.liferay.portal.webdav.WebDAVRequest
getCompanyId
public long getCompanyId()
- Specified by:
getCompanyId in interface com.liferay.portal.webdav.WebDAVRequest
getGroupId
public long getGroupId()
- Specified by:
getGroupId in interface com.liferay.portal.webdav.WebDAVRequest
getUserId
public long getUserId()
- Specified by:
getUserId in interface com.liferay.portal.webdav.WebDAVRequest
getLockUuid
public java.lang.String getLockUuid()
- Specified by:
getLockUuid in interface com.liferay.portal.webdav.WebDAVRequest
getPermissionChecker
public com.liferay.portal.security.permission.PermissionChecker getPermissionChecker()
- Specified by:
getPermissionChecker in interface com.liferay.portal.webdav.WebDAVRequest