Package org.apache.wiki.htmltowiki
Class XHtmlToWikiConfig
java.lang.Object
org.apache.wiki.htmltowiki.XHtmlToWikiConfig
Defines a Wiki configuration to XHtmlToWikiTranslator, including things like URLs.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a new, empty config object.XHtmlToWikiConfig
(Context wikiContext) The constructor initializes the different internal fields according to the current URLConstructor. -
Method Summary
Modifier and TypeMethodDescriptionReturn the URL for the attachments.Return the URI to the Edit.jsp page.Gets the URL of the outlink image.Get the PageInfo.jsp URI.Get the page name.Get the URI to the Wiki.jsp view.boolean
isNotIgnorableWikiMarkupLink
(org.jdom2.Element a) void
setAttachPage
(String attachPage) Set the URL for attachments.void
setEditJspPage
(String editJspPage) Set the URI to the Edit.jsp page.void
setOutlink
(String outlink) Set the outlink URL.void
setPageInfoJsp
(String pageInfoJsp) Set the URI for the page info display.void
setPageName
(String pageName) Set the page name.void
setWikiJspPage
(String wikiJspPage) Set the URI to the Wiki.jsp.
-
Constructor Details
-
XHtmlToWikiConfig
public XHtmlToWikiConfig()Creates a new, empty config object. -
XHtmlToWikiConfig
The constructor initializes the different internal fields according to the current URLConstructor.- Parameters:
wikiContext
- A WikiContext
-
-
Method Details
-
getAttachPage
Return the URL for the attachments.- Returns:
- URL for attachments.
-
setAttachPage
Set the URL for attachments.- Parameters:
attachPage
- The attachment URL.
-
getOutlink
Gets the URL of the outlink image.- Returns:
- The URL of the outlink image.
-
setOutlink
Set the outlink URL.- Parameters:
outlink
- The outlink URL.
-
getPageInfoJsp
Get the PageInfo.jsp URI.- Returns:
- The URI for the page info display.
-
setPageInfoJsp
Set the URI for the page info display.- Parameters:
pageInfoJsp
- URI for the page info.
-
getPageName
Get the page name.- Returns:
- The Page Name.
-
setPageName
Set the page name.- Parameters:
pageName
- The name of the page.
-
getWikiJspPage
Get the URI to the Wiki.jsp view.- Returns:
- The URI to the Wiki.jsp.
-
setWikiJspPage
Set the URI to the Wiki.jsp.- Parameters:
wikiJspPage
- The URI to the Wiki.jsp.
-
getEditJspPage
Return the URI to the Edit.jsp page.- Returns:
- The URI to the Edit.jsp page.
-
setEditJspPage
Set the URI to the Edit.jsp page.- Parameters:
editJspPage
- The Edit.jsp URI.
-
isNotIgnorableWikiMarkupLink
-
trimLink
-