Uses of Class
com.xpn.xwiki.pdf.impl.FileSystemURLFactory
-
Packages that use FileSystemURLFactory Package Description com.xpn.xwiki.pdf.impl -
-
Uses of FileSystemURLFactory in com.xpn.xwiki.pdf.impl
Subclasses of FileSystemURLFactory in com.xpn.xwiki.pdf.impl Modifier and Type Class Description 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.
-