Uses of Interface
com.xpn.xwiki.web.XWikiEngineContext
-
Packages that use XWikiEngineContext Package Description com.xpn.xwiki com.xpn.xwiki.web -
-
Uses of XWikiEngineContext in com.xpn.xwiki
Methods in com.xpn.xwiki that return XWikiEngineContext Modifier and Type Method Description XWikiEngineContext
XWiki. getEngineContext()
XWikiEngineContext
XWikiContext. getEngineContext()
Methods in com.xpn.xwiki with parameters of type XWikiEngineContext 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. initXWiki(XWikiContext context, XWikiEngineContext engineContext, boolean noupdate)
Initialize all xwiki subsystems.void
XWiki. setEngineContext(XWikiEngineContext engine_context)
void
XWikiContext. setEngineContext(XWikiEngineContext engine_context)
Constructors in com.xpn.xwiki with parameters of type XWikiEngineContext Constructor Description XWiki(XWikiConfig config, XWikiContext context, XWikiEngineContext engine_context, boolean noupdate)
Deprecated.since 6.1M3, useXWiki(XWikiContext, XWikiEngineContext, boolean)
insteadXWiki(XWikiContext context, XWikiEngineContext engineContext, boolean noupdate)
Initialize all xwiki subsystems.XWiki(InputStream is, XWikiContext context, XWikiEngineContext engine_context)
Deprecated.useXWiki(XWikiContext, XWikiEngineContext, boolean)
insteadXWiki(String xwikicfgpath, XWikiContext context, XWikiEngineContext engine_context, boolean noupdate)
Deprecated.useXWiki(XWikiContext, XWikiEngineContext, boolean)
instead -
Uses of XWikiEngineContext in com.xpn.xwiki.web
Classes in com.xpn.xwiki.web that implement XWikiEngineContext Modifier and Type Class Description class
XWikiServletContext
Methods in com.xpn.xwiki.web with parameters of type XWikiEngineContext Modifier and Type Method Description static XWikiContext
Utils. prepareContext(String action, XWikiRequest request, XWikiResponse response, XWikiEngineContext engine_context)
-