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 Details

    • WebdavUtils

      public WebdavUtils()
  • Method Details

    • 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