@Role
public interface ExportURLFactoryActionHandler
ExportURLFactory
class.Modifier and Type | Method and Description |
---|---|
URL |
createURL(String spaces,
String name,
String queryString,
String anchor,
String wikiId,
XWikiContext context,
FilesystemExportContext exportContext) |
URL createURL(String spaces, String name, String queryString, String anchor, String wikiId, XWikiContext context, FilesystemExportContext exportContext) throws Exception
spaces
- a serialized space reference which can contain one or several spaces (e.g. "space1.space2"). If
a space name contains a dot (".") it must be passed escaped as in "space1\.with\.dot.space2"name
- the page name pointed toqueryString
- the optional query stringanchor
- the optional anchorwikiId
- the wiki id pointed tocontext
- the XWiki ContextexportContext
- the Context containing states of the exportException
- in case of an errorCopyright © 2004–2021 XWiki. All rights reserved.