Class SpecialUri


  • public class SpecialUri
    extends Object
    Implement the special uri(s).
    • Field Detail

      • formatVcard

        public static String formatVcard
      • formatJson

        public static String formatJson
    • Constructor Detail

      • SpecialUri

        public SpecialUri()
    • Method Detail

      • process

        public static boolean process​(javax.servlet.http.HttpServletRequest req,
                                      javax.servlet.http.HttpServletResponse resp,
                                      String resourceUri,
                                      SysIntf sysi,
                                      CardDAVContextConfig config,
                                      boolean fromGetAccept,
                                      String accept,
                                      String vcardVersion)
                               throws org.bedework.webdav.servlet.shared.WebdavException
        Parameters:
        req -
        resp -
        resourceUri -
        sysi -
        config -
        fromGetAccept - - true if this is GET with ACCEPT targeted at address book
        accept - - desired format
        Returns:
        true for a special uri
        Throws:
        org.bedework.webdav.servlet.shared.WebdavException