com.liferay.portal.webdav
Class WebDAVRequest
java.lang.Object
com.liferay.portal.webdav.WebDAVRequest
public class WebDAVRequest
- extends java.lang.Object
View Source
- Author:
- Brian Wing Shun Chan
Constructor Summary |
WebDAVRequest(WebDAVStorage storage,
javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res,
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 |
WebDAVRequest
public WebDAVRequest(WebDAVStorage storage,
javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res,
com.liferay.portal.security.permission.PermissionChecker permissionChecker)
throws WebDAVException
- Throws:
WebDAVException
getWebDAVStorage
public WebDAVStorage getWebDAVStorage()
getHttpServletRequest
public javax.servlet.http.HttpServletRequest getHttpServletRequest()
getHttpServletResponse
public javax.servlet.http.HttpServletResponse getHttpServletResponse()
getRootPath
public java.lang.String getRootPath()
getPath
public java.lang.String getPath()
getPathArray
public java.lang.String[] getPathArray()
getCompanyId
public long getCompanyId()
getGroupId
public long getGroupId()
getUserId
public long getUserId()
getPermissionChecker
public com.liferay.portal.security.permission.PermissionChecker getPermissionChecker()