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 XWikiXWiki. getMainXWiki(boolean wait, XWikiContext context)static XWikiXWiki. getMainXWiki(XWikiContext context)XWikiXWikiContext. getWiki()static XWikiXWiki. getXWiki(boolean wait, XWikiContext xcontext)Return the XWiki object (as in "the Wiki API") corresponding to the requested wiki.static XWikiXWiki. 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 voidXWikiContext. 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 XWikiContext. getXWiki()Returns the XWiki object.XWikiXWiki. 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 voidXWikiGroupService. 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 voidXWikiGroupServiceImpl. 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 voidXWikiURLFactoryServiceImpl. 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)
-