Uses of Interface
com.xpn.xwiki.web.XWikiURLFactory

Packages that use XWikiURLFactory
com.xpn.xwiki   
com.xpn.xwiki.api   
com.xpn.xwiki.pdf.impl   
com.xpn.xwiki.web   
com.xpn.xwiki.xmlrpc   
 

Uses of XWikiURLFactory in com.xpn.xwiki
 

Methods in com.xpn.xwiki that return XWikiURLFactory
 XWikiURLFactory XWikiContext.getURLFactory()
           
 

Methods in com.xpn.xwiki with parameters of type XWikiURLFactory
 void XWikiContext.setURLFactory(XWikiURLFactory URLFactory)
           
 

Uses of XWikiURLFactory in com.xpn.xwiki.api
 

Methods in com.xpn.xwiki.api that return XWikiURLFactory
 XWikiURLFactory Context.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
 class FileSystemURLFactory
          Special 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.
 class PdfURLFactory
          Computes Image and Link URLs for attachments by using an absolute URLs but stores a Map in the XWiki Context to associate attachment URLs to Attachment Entity References so that when executing a PDF export the custom URI Resolver we use can stream image attachment content so that they are embedded in the PDF.
 

Uses of XWikiURLFactory in com.xpn.xwiki.web
 

Classes in com.xpn.xwiki.web that implement XWikiURLFactory
 class ExportURLFactory
          Handle URL generation in rendered wiki pages.
 class ExternalServletURLFactory
          URL Factory which always prints the absolute (external) form of URLs.
 class XWikiDebugGWTURLFactory
           
 class XWikiDefaultURLFactory
           
 class XWikiServletURLFactory
           
 

Methods in com.xpn.xwiki.web that return XWikiURLFactory
 XWikiURLFactory XWikiURLFactoryService.createURLFactory(int mode, XWikiContext context)
           
 XWikiURLFactory XWikiURLFactoryServiceImpl.createURLFactory(int mode, XWikiContext context)
           
 

Uses of XWikiURLFactory in com.xpn.xwiki.xmlrpc
 

Classes in com.xpn.xwiki.xmlrpc that implement XWikiURLFactory
 class XWikiXmlRpcURLFactory
           
 



Copyright © 2004-2013 XWiki. All Rights Reserved.