Class WebdavUtils
- java.lang.Object
-
- org.bedework.webdav.servlet.common.WebdavUtils
-
public class WebdavUtils extends Object
Place for utility methods- Author:
- Mike Douglass douglm rpi.edu
-
-
Constructor Summary
Constructors Constructor Description WebdavUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static booleanemptyCollection(Collection c)static StringgetUrlPrefix(javax.servlet.http.HttpServletRequest req)Get the prefix from the request
-
-
-
Method Detail
-
getUrlPrefix
public static String getUrlPrefix(javax.servlet.http.HttpServletRequest req)
Get the prefix from the request- Parameters:
req-- Returns:
- String prefix
-
emptyCollection
public static boolean emptyCollection(Collection c)
- Parameters:
c-- Returns:
- boolean true for empty or null Collection
-
-