public class XHtmlToWikiConfig extends Object
Constructor and Description |
---|
XHtmlToWikiConfig()
Creates a new, empty config object.
|
XHtmlToWikiConfig(WikiContext wikiContext)
The constructor initializes the different internal fields
according to the current URLConstructor.
|
Modifier and Type | Method and Description |
---|---|
String |
getAttachPage()
Return the URL for the attachments.
|
String |
getEditJspPage()
Return the URI to the Edit.jsp page.
|
String |
getOutlink()
Gets the URL of the outlink image.
|
String |
getPageInfoJsp()
Get the PageInfo.jsp URI.
|
String |
getPageName()
Get the page name.
|
String |
getWikiJspPage()
Get the URI to the Wiki.jsp view.
|
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.
|
public XHtmlToWikiConfig()
public XHtmlToWikiConfig(WikiContext wikiContext)
wikiContext
- A WikiContextpublic String getAttachPage()
public void setAttachPage(String attachPage)
attachPage
- The attachment URL.public String getOutlink()
public void setOutlink(String outlink)
outlink
- The outlink URL.public String getPageInfoJsp()
public void setPageInfoJsp(String pageInfoJsp)
pageInfoJsp
- URI for the page info.public String getPageName()
public void setPageName(String pageName)
pageName
- The name of the page.public String getWikiJspPage()
public void setWikiJspPage(String wikiJspPage)
wikiJspPage
- The URI to the Wiki.jsp.public String getEditJspPage()
public void setEditJspPage(String editJspPage)
editJspPage
- The Edit.jsp URI.Copyright © 2001-2019 The Apache Software Foundation. All rights reserved.