Package org.bedework.carddav.server
Class SpecialUri
- java.lang.Object
-
- org.bedework.carddav.server.SpecialUri
-
public class SpecialUri extends Object
Implement the special uri(s).
-
-
Field Summary
Fields Modifier and Type Field Description static StringformatJsonstatic StringformatVcard
-
Constructor Summary
Constructors Constructor Description SpecialUri()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static booleanprocess(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp, String resourceUri, SysIntf sysi, CardDAVContextConfig config, boolean fromGetAccept, String accept, String vcardVersion)
-
-
-
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 bookaccept- - desired format- Returns:
- true for a special uri
- Throws:
org.bedework.webdav.servlet.shared.WebdavException
-
-