|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.wiki.htmltowiki.XHtmlToWikiConfig
public class XHtmlToWikiConfig
Defines a Wiki configuration to XHtmlToWikiTranslator, including things like URLs.
| Constructor Summary | |
|---|---|
XHtmlToWikiConfig()
Creates a new, empty config object. |
|
XHtmlToWikiConfig(WikiContext wikiContext)
The constructor initializes the different internal fields according to the current URLConstructor. |
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public XHtmlToWikiConfig()
public XHtmlToWikiConfig(WikiContext wikiContext)
wikiContext - A WikiContext| Method Detail |
|---|
public 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.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||