com.ecyrd.jspwiki.htmltowiki
Class XHtmlToWikiConfig
java.lang.Object
com.ecyrd.jspwiki.htmltowiki.XHtmlToWikiConfig
public class XHtmlToWikiConfig
- extends Object
Defines a Wiki configuration to XHtmlToWikiTranslator, including things like
URLs.
- Author:
- Sebastian Baltes (sbaltes@gmx.com)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XHtmlToWikiConfig
public XHtmlToWikiConfig()
XHtmlToWikiConfig
public XHtmlToWikiConfig(WikiContext wikiContext)
- The constructor initializes the different internal fields
according to the current URLConstructor.
- Parameters:
wikiContext
-
getAttachPage
public String getAttachPage()
setAttachPage
public void setAttachPage(String attachPage)
getOutlink
public String getOutlink()
setOutlink
public void setOutlink(String outlink)
getPageInfoJsp
public String getPageInfoJsp()
setPageInfoJsp
public void setPageInfoJsp(String pageInfoJsp)
getPageName
public String getPageName()
setPageName
public void setPageName(String pageName)
getWikiJspPage
public String getWikiJspPage()
setWikiJspPage
public void setWikiJspPage(String wikiJspPage)