|
Liferay 6.0.5 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface WikiEngine
Method Summary | |
---|---|
String |
convert(WikiPage page,
PortletURL portletURL)
Convert the content of the given page to HTML using the portletURL to build links. |
Map<String,Boolean> |
getOutgoingLinks(WikiPage page)
Get a map with the links included in the given page. |
void |
setInterWikiConfiguration(String interWikiConfiguration)
Set the configuraton to support quick links to other wikis. |
void |
setMainConfiguration(String mainConfiguration)
Set the main wiki configuraiton as a String. |
boolean |
validate(long nodeId,
String content)
Validate the content of a wiki page for this engine. |
Method Detail |
---|
String convert(WikiPage page, PortletURL portletURL) throws PageContentException
PageContentException
Map<String,Boolean> getOutgoingLinks(WikiPage page) throws PageContentException
PageContentException
void setInterWikiConfiguration(String interWikiConfiguration)
void setMainConfiguration(String mainConfiguration)
boolean validate(long nodeId, String content)
true
if the content is valid
|
Liferay 6.0.5 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |