Uses of Class
org.bedework.carddav.server.config.CardDAVContextConfig
-
Packages that use CardDAVContextConfig Package Description org.bedework.carddav.bwserver org.bedework.carddav.server org.bedework.carddav.server.config org.bedework.carddav.server.jmx -
-
Uses of CardDAVContextConfig in org.bedework.carddav.bwserver
Methods in org.bedework.carddav.bwserver with parameters of type CardDAVContextConfig Modifier and Type Method Description voidBwSysIntfImpl. init(javax.servlet.http.HttpServletRequest req, String account, CardDAVConfig conf, CardDAVContextConfig ctxConf) -
Uses of CardDAVContextConfig in org.bedework.carddav.server
Methods in org.bedework.carddav.server that return CardDAVContextConfig Modifier and Type Method Description protected CardDAVContextConfigCarddavBWIntf. getConfig()Methods in org.bedework.carddav.server with parameters of type CardDAVContextConfig Modifier and Type Method Description voidSysIntf. init(javax.servlet.http.HttpServletRequest req, String account, CardDAVConfig conf, CardDAVContextConfig ctxConf)Called before any other method is called to allow initialisation to take place at the first or subsequent requestsstatic booleanSpecialUri. process(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp, String resourceUri, SysIntf sysi, CardDAVContextConfig config, boolean fromGetAccept, String accept, String vcardVersion) -
Uses of CardDAVContextConfig in org.bedework.carddav.server.config
Methods in org.bedework.carddav.server.config that return types with arguments of type CardDAVContextConfig Modifier and Type Method Description Set<CardDAVContextConfig>CardDAVConfig. getContextConfigs()Methods in org.bedework.carddav.server.config with parameters of type CardDAVContextConfig Modifier and Type Method Description voidCardDAVConfig. addContext(CardDAVContextConfig cc) -
Uses of CardDAVContextConfig in org.bedework.carddav.server.jmx
Methods in org.bedework.carddav.server.jmx that return CardDAVContextConfig Modifier and Type Method Description CardDAVContextConfigCardDav. getConf(String configName)CardDAVContextConfigCardDavContext. getConf()
-