Package | Description |
---|---|
com.xpn.xwiki | |
com.xpn.xwiki.web |
Modifier and Type | Method and Description |
---|---|
XWikiEngineContext |
XWikiContext.getEngineContext() |
XWikiEngineContext |
XWiki.getEngineContext() |
Modifier and Type | Method and Description |
---|---|
void |
XWiki.initXWiki(XWikiConfig config,
XWikiContext context,
XWikiEngineContext engineContext,
boolean noupdate)
Deprecated.
since 6.1M2, use
XWiki.initXWiki(XWikiContext, XWikiEngineContext, boolean) instead |
void |
XWiki.initXWiki(XWikiContext context,
XWikiEngineContext engineContext,
boolean noupdate)
Initialize all xwiki subsystems.
|
void |
XWikiContext.setEngineContext(XWikiEngineContext engine_context) |
void |
XWiki.setEngineContext(XWikiEngineContext engine_context) |
Constructor and Description |
---|
XWiki(InputStream is,
XWikiContext context,
XWikiEngineContext engine_context)
Deprecated.
use
XWiki(XWikiContext, XWikiEngineContext, boolean) instead |
XWiki(String xwikicfgpath,
XWikiContext context,
XWikiEngineContext engine_context,
boolean noupdate)
Deprecated.
use
XWiki(XWikiContext, XWikiEngineContext, boolean) instead |
XWiki(XWikiConfig config,
XWikiContext context,
XWikiEngineContext engine_context,
boolean noupdate)
Deprecated.
since 6.1M3, use
XWiki(XWikiContext, XWikiEngineContext, boolean) instead |
XWiki(XWikiContext context,
XWikiEngineContext engineContext,
boolean noupdate)
Initialize all xwiki subsystems.
|
Modifier and Type | Class and Description |
---|---|
class |
XWikiServletContext |
Modifier and Type | Method and Description |
---|---|
static XWikiContext |
Utils.prepareContext(String action,
XWikiRequest request,
XWikiResponse response,
XWikiEngineContext engine_context) |
Copyright © 2004–2021 XWiki. All rights reserved.