Liferay 7.0-ce-b8 portal-impl

com.liferay.portal.webdav
Class WebDAVRequestImpl

java.lang.Object
  extended by com.liferay.portal.webdav.WebDAVRequestImpl
All Implemented Interfaces:
com.liferay.portal.kernel.webdav.WebDAVRequest

public class WebDAVRequestImpl
extends Object
implements com.liferay.portal.kernel.webdav.WebDAVRequest


Constructor Summary
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)
           
 
Method Summary
 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()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WebDAVRequestImpl

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
Throws:
com.liferay.portal.kernel.webdav.WebDAVException
Method Detail

getCompanyId

public long getCompanyId()
Specified by:
getCompanyId in interface com.liferay.portal.kernel.webdav.WebDAVRequest

getGroupId

public long getGroupId()
Specified by:
getGroupId in interface com.liferay.portal.kernel.webdav.WebDAVRequest

getHttpServletRequest

public javax.servlet.http.HttpServletRequest getHttpServletRequest()
Specified by:
getHttpServletRequest in interface com.liferay.portal.kernel.webdav.WebDAVRequest

getHttpServletResponse

public javax.servlet.http.HttpServletResponse getHttpServletResponse()
Specified by:
getHttpServletResponse in interface com.liferay.portal.kernel.webdav.WebDAVRequest

getLockUuid

public String getLockUuid()
Specified by:
getLockUuid in interface com.liferay.portal.kernel.webdav.WebDAVRequest

getPath

public String getPath()
Specified by:
getPath in interface com.liferay.portal.kernel.webdav.WebDAVRequest

getPathArray

public String[] getPathArray()
Specified by:
getPathArray in interface com.liferay.portal.kernel.webdav.WebDAVRequest

getPermissionChecker

public com.liferay.portal.kernel.security.permission.PermissionChecker getPermissionChecker()
Specified by:
getPermissionChecker in interface com.liferay.portal.kernel.webdav.WebDAVRequest

getRootPath

public String getRootPath()
Specified by:
getRootPath in interface com.liferay.portal.kernel.webdav.WebDAVRequest

getUserId

public long getUserId()
Specified by:
getUserId in interface com.liferay.portal.kernel.webdav.WebDAVRequest

getWebDAVStorage

public com.liferay.portal.kernel.webdav.WebDAVStorage getWebDAVStorage()
Specified by:
getWebDAVStorage in interface com.liferay.portal.kernel.webdav.WebDAVRequest

isAppleDoubleRequest

public boolean isAppleDoubleRequest()
Specified by:
isAppleDoubleRequest in interface com.liferay.portal.kernel.webdav.WebDAVRequest

isLitmus

public boolean isLitmus()
Specified by:
isLitmus in interface com.liferay.portal.kernel.webdav.WebDAVRequest

isMac

public boolean isMac()
Specified by:
isMac in interface com.liferay.portal.kernel.webdav.WebDAVRequest

isManualCheckInRequired

public boolean isManualCheckInRequired()
Specified by:
isManualCheckInRequired in interface com.liferay.portal.kernel.webdav.WebDAVRequest

isWindows

public boolean isWindows()
Specified by:
isWindows in interface com.liferay.portal.kernel.webdav.WebDAVRequest

Liferay 7.0-ce-b8 portal-impl