Package com.liferay.wiki.engine
Interface WikiEngineRenderer
@ProviderType
public interface WikiEngineRenderer
-
Method Summary
Modifier and TypeMethodDescriptionconvert
(WikiPage page, javax.portlet.PortletURL viewPageURL, javax.portlet.PortletURL editPageURL, String attachmentURLPrefix) diffHtml
(WikiPage sourcePage, WikiPage targetPage, javax.portlet.PortletURL viewPageURL, javax.portlet.PortletURL editPageURL, String attachmentURLPrefix) fetchWikiEngine
(String format)
-
Method Details
-
convert
String convert(WikiPage page, javax.portlet.PortletURL viewPageURL, javax.portlet.PortletURL editPageURL, String attachmentURLPrefix) throws PageContentException, WikiFormatException -
diffHtml
String diffHtml(WikiPage sourcePage, WikiPage targetPage, javax.portlet.PortletURL viewPageURL, javax.portlet.PortletURL editPageURL, String attachmentURLPrefix) throws Exception - Throws:
Exception
-
fetchWikiEngine
-
getFormats
Collection<String> getFormats()
-