Package | Description |
---|---|
com.xpn.xwiki | |
com.xpn.xwiki.api | |
com.xpn.xwiki.pdf.impl | |
com.xpn.xwiki.web |
Modifier and Type | Method and Description |
---|---|
XWikiURLFactory |
XWikiContext.getURLFactory() |
Modifier and Type | Method and Description |
---|---|
void |
XWikiContext.setURLFactory(XWikiURLFactory URLFactory) |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
ExportURLFactory
Handle URL generation in rendered wiki pages.
|
class |
ExternalServletURLFactory
URL Factory which always prints the absolute (external) form of URLs.
|
class |
XWikiDefaultURLFactory |
class |
XWikiServletURLFactory |
Modifier and Type | Method and Description |
---|---|
XWikiURLFactory |
XWikiURLFactoryService.createURLFactory(int mode,
XWikiContext context) |
XWikiURLFactory |
XWikiURLFactoryServiceImpl.createURLFactory(int mode,
XWikiContext context) |
Modifier and Type | Method and Description |
---|---|
protected void |
XWikiURLFactoryServiceImpl.register(XWiki xwiki,
int mode,
Class<? extends XWikiURLFactory> defaultImpl,
String propertyName) |
Copyright © 2004–2022 XWiki. All rights reserved.