Uses of Interface
com.xpn.xwiki.web.XWikiURLFactory
-
Packages that use XWikiURLFactory Package Description com.xpn.xwiki com.xpn.xwiki.api com.xpn.xwiki.pdf.impl com.xpn.xwiki.web -
-
Uses of XWikiURLFactory in com.xpn.xwiki
Methods in com.xpn.xwiki that return XWikiURLFactory Modifier and Type Method Description XWikiURLFactoryXWikiContext. getURLFactory()Methods in com.xpn.xwiki with parameters of type XWikiURLFactory Modifier and Type Method Description voidXWikiContext. setURLFactory(XWikiURLFactory URLFactory) -
Uses of XWikiURLFactory in com.xpn.xwiki.api
Methods in com.xpn.xwiki.api that return XWikiURLFactory Modifier and Type Method Description XWikiURLFactoryContext. getURLFactory()Returns the URL factory matching both the protocol used to make the current request and the container or environment in which XWiki is running. -
Uses of XWikiURLFactory in com.xpn.xwiki.pdf.impl
Classes in com.xpn.xwiki.pdf.impl that implement XWikiURLFactory Modifier and Type Class Description classFileSystemURLFactorySpecial URL Factory used during exports, which stores referenced attachments and resources on the filesystem, in a temporary folder, so that they can be included in the export result.classPdfURLFactoryDeprecated. -
Uses of XWikiURLFactory in com.xpn.xwiki.web
Classes in com.xpn.xwiki.web that implement XWikiURLFactory Modifier and Type Class Description classExportURLFactoryHandle URL generation in rendered wiki pages.classExternalServletURLFactoryURL Factory which always prints the absolute (external) form of URLs.classXWikiDefaultURLFactoryclassXWikiServletURLFactoryMethods in com.xpn.xwiki.web that return XWikiURLFactory Modifier and Type Method Description XWikiURLFactoryXWikiURLFactoryService. createURLFactory(int mode, XWikiContext context)XWikiURLFactoryXWikiURLFactoryServiceImpl. createURLFactory(int mode, XWikiContext context)Method parameters in com.xpn.xwiki.web with type arguments of type XWikiURLFactory Modifier and Type Method Description protected voidXWikiURLFactoryServiceImpl. register(XWiki xwiki, int mode, Class<? extends XWikiURLFactory> defaultImpl, String propertyName)
-