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 XWikiEngineContextXWiki. getEngineContext()XWikiEngineContextXWikiContext. getEngineContext()Methods in com.xpn.xwiki with parameters of type XWikiEngineContext Modifier and Type Method Description voidXWiki. initXWiki(XWikiConfig config, XWikiContext context, XWikiEngineContext engineContext, boolean noupdate)Deprecated.since 6.1M2, useXWiki.initXWiki(XWikiContext, XWikiEngineContext, boolean)insteadvoidXWiki. initXWiki(XWikiContext context, XWikiEngineContext engineContext, boolean noupdate)Initialize all xwiki subsystems.voidXWiki. setEngineContext(XWikiEngineContext engine_context)voidXWikiContext. 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 classXWikiServletContextMethods in com.xpn.xwiki.web with parameters of type XWikiEngineContext Modifier and Type Method Description static XWikiContextUtils. prepareContext(String action, XWikiRequest request, XWikiResponse response, XWikiEngineContext engine_context)
-