Uses of Class
com.xpn.xwiki.XWiki
-
Packages that use XWiki Package Description com.xpn.xwiki com.xpn.xwiki.api com.xpn.xwiki.store com.xpn.xwiki.user.api com.xpn.xwiki.user.impl.xwiki com.xpn.xwiki.web -
-
Uses of XWiki in com.xpn.xwiki
Methods in com.xpn.xwiki that return XWiki Modifier and Type Method Description static XWiki
XWiki. getMainXWiki(boolean wait, XWikiContext context)
static XWiki
XWiki. getMainXWiki(XWikiContext context)
XWiki
XWikiContext. getWiki()
static XWiki
XWiki. getXWiki(boolean wait, XWikiContext xcontext)
Return the XWiki object (as in "the Wiki API") corresponding to the requested wiki.static XWiki
XWiki. getXWiki(XWikiContext context)
Return the XWiki object (as in "the Wiki API") corresponding to the requested wiki.Methods in com.xpn.xwiki with parameters of type XWiki Modifier and Type Method Description void
XWikiContext. setWiki(XWiki wiki)
-
Uses of XWiki in com.xpn.xwiki.api
Methods in com.xpn.xwiki.api that return XWiki Modifier and Type Method Description XWiki
Context. getXWiki()
Returns the XWiki object.XWiki
XWiki. getXWiki()
Privileged API allowing to access the underlying main XWiki ObjectConstructors in com.xpn.xwiki.api with parameters of type XWiki Constructor Description Util(XWiki xwiki, XWikiContext context)
XWiki(XWiki xwiki, XWikiContext context)
XWiki API Constructor -
Uses of XWiki in com.xpn.xwiki.store
Constructors in com.xpn.xwiki.store with parameters of type XWiki Constructor Description XWikiHibernateAttachmentStore(XWiki xwiki, XWikiContext context)
Deprecated.1.6M1.XWikiHibernateBaseStore(XWiki xwiki, XWikiContext context)
Deprecated.1.6M1.XWikiHibernateStore(XWiki xwiki, XWikiContext context)
Deprecated.1.6M1.XWikiHibernateVersioningStore(XWiki xwiki, XWikiContext context)
Deprecated.1.6M1. -
Uses of XWiki in com.xpn.xwiki.user.api
Methods in com.xpn.xwiki.user.api with parameters of type XWiki Modifier and Type Method Description void
XWikiGroupService. init(XWiki xwiki, XWikiContext context)
-
Uses of XWiki in com.xpn.xwiki.user.impl.xwiki
Methods in com.xpn.xwiki.user.impl.xwiki with parameters of type XWiki Modifier and Type Method Description void
XWikiGroupServiceImpl. init(XWiki xwiki, XWikiContext context)
-
Uses of XWiki in com.xpn.xwiki.web
Methods in com.xpn.xwiki.web with parameters of type XWiki Modifier and Type Method Description protected void
XWikiURLFactoryServiceImpl. register(XWiki xwiki, int mode, Class<? extends XWikiURLFactory> defaultImpl, String propertyName)
Constructors in com.xpn.xwiki.web with parameters of type XWiki Constructor Description XWikiURLFactoryServiceImpl(XWiki xwiki)
-