Package org.bedework.carddav.server
Class SpecialUri
java.lang.Object
org.bedework.carddav.server.SpecialUri
Implement the special uri(s).
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
formatVcard
-
formatJson
-
-
Constructor Details
-
SpecialUri
public SpecialUri()
-
-
Method Details
-
process
public static boolean process(jakarta.servlet.http.HttpServletRequest req, jakarta.servlet.http.HttpServletResponse resp, String resourceUri, SysIntf sysi, CardDAVContextConfig config, boolean fromGetAccept, String accept, String vcardVersion) - 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
-