Uses of Class
com.xpn.xwiki.XWikiConfig
-
Packages that use XWikiConfig Package Description com.xpn.xwiki com.xpn.xwiki.store.migration -
-
Uses of XWikiConfig in com.xpn.xwiki
Methods in com.xpn.xwiki that return XWikiConfig Modifier and Type Method Description XWikiConfig
XWiki. getConfig()
Deprecated.since 6.1M2, useConfigurationSource
component with hintxwikicfg
insteadMethods in com.xpn.xwiki with parameters of type XWikiConfig Modifier and Type Method Description void
XWiki. initXWiki(XWikiConfig config, XWikiContext context, XWikiEngineContext engineContext, boolean noupdate)
Deprecated.since 6.1M2, useXWiki.initXWiki(XWikiContext, XWikiEngineContext, boolean)
insteadvoid
XWiki. setConfig(XWikiConfig config)
Deprecated.since 6.1M2Constructors in com.xpn.xwiki with parameters of type XWikiConfig Constructor Description XWiki(XWikiConfig config, XWikiContext context)
Deprecated.since 6.1M3, useXWiki(XWikiContext)
insteadXWiki(XWikiConfig config, XWikiContext context, XWikiEngineContext engine_context, boolean noupdate)
Deprecated.since 6.1M3, useXWiki(XWikiContext, XWikiEngineContext, boolean)
instead -
Uses of XWikiConfig in com.xpn.xwiki.store.migration
Methods in com.xpn.xwiki.store.migration that return XWikiConfig Modifier and Type Method Description protected XWikiConfig
AbstractDataMigrationManager. getXWikiConfig()
Deprecated.
-