com.liferay.portal.webdav
Class WebDAVUtil

java.lang.Object
  extended bycom.liferay.portal.webdav.WebDAVUtil

public class WebDAVUtil
extends java.lang.Object

View Source

Author:
Brian Wing Shun Chan

Field Summary
static int SC_MULTI_STATUS
           
 
Constructor Summary
WebDAVUtil()
           
 
Method Summary
static java.lang.String fixPath(java.lang.String path)
           
static long getCompanyId(java.lang.String path)
           
static java.lang.String getDestination(javax.servlet.http.HttpServletRequest req)
           
static long getGroupId(java.lang.String path)
           
static java.lang.String[] getPathArray(java.lang.String path)
           
static java.lang.String getRequestXML(javax.servlet.http.HttpServletRequest req)
           
static boolean isGroupPath(java.lang.String path)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SC_MULTI_STATUS

public static final int SC_MULTI_STATUS
See Also:
Constant Field Values
Constructor Detail

WebDAVUtil

public WebDAVUtil()
Method Detail

fixPath

public static java.lang.String fixPath(java.lang.String path)

getCompanyId

public static long getCompanyId(java.lang.String path)

getDestination

public static java.lang.String getDestination(javax.servlet.http.HttpServletRequest req)

getGroupId

public static long getGroupId(java.lang.String path)

getPathArray

public static java.lang.String[] getPathArray(java.lang.String path)

getRequestXML

public static java.lang.String getRequestXML(javax.servlet.http.HttpServletRequest req)
                                      throws java.io.IOException
Throws:
java.io.IOException

isGroupPath

public static boolean isGroupPath(java.lang.String path)