public class JSPWikiEngine
extends com.liferay.wiki.engine.input.editor.common.BaseInputEditorWikiEngine
Constructor and Description |
---|
JSPWikiEngine() |
Modifier and Type | Method and Description |
---|---|
protected void |
activate() |
protected java.lang.String |
convert(com.liferay.wiki.model.WikiPage page) |
java.lang.String |
convert(com.liferay.wiki.model.WikiPage page,
javax.portlet.PortletURL viewPageURL,
javax.portlet.PortletURL editPageURL,
java.lang.String attachmentURLPrefix) |
static java.lang.String |
decodeJSPWikiName(java.lang.String jspWikiName) |
java.lang.String |
getEditorName() |
protected LiferayJSPWikiEngine |
getEngine(long nodeId) |
java.lang.String |
getFormat() |
protected javax.servlet.ServletContext |
getHelpPageServletContext() |
java.lang.String |
getHelpURL() |
java.util.Map<java.lang.String,java.lang.Boolean> |
getOutgoingLinks(com.liferay.wiki.model.WikiPage page) |
protected com.liferay.portal.kernel.util.ResourceBundleLoader |
getResourceBundleLoader() |
protected void |
setProperties(java.lang.String configuration) |
protected void |
setServletContext(javax.servlet.ServletContext servletContext) |
protected void |
setWikiGroupServiceConfiguration(com.liferay.wiki.configuration.WikiGroupServiceConfiguration wikiGroupServiceConfiguration) |
protected void |
setWikiPageLocalService(com.liferay.wiki.service.WikiPageLocalService wikiPageLocalService) |
protected void |
unsetWikiGroupServiceConfiguration(com.liferay.wiki.configuration.WikiGroupServiceConfiguration wikiGroupServiceConfiguration) |
getBaseInputEditorWikiEngine, getEditPageServletContext, getHelpPageHTML, getHelpPageJSP, getHelpPageTitle, isHelpPageDefined, renderEditPage
public static java.lang.String decodeJSPWikiName(java.lang.String jspWikiName)
public java.lang.String convert(com.liferay.wiki.model.WikiPage page, javax.portlet.PortletURL viewPageURL, javax.portlet.PortletURL editPageURL, java.lang.String attachmentURLPrefix) throws com.liferay.wiki.exception.PageContentException
convert
in interface com.liferay.wiki.engine.WikiEngine
convert
in class com.liferay.wiki.engine.BaseWikiEngine
com.liferay.wiki.exception.PageContentException
public java.lang.String getEditorName()
getEditorName
in class com.liferay.wiki.engine.input.editor.common.BaseInputEditorWikiEngine
public java.lang.String getFormat()
public java.lang.String getHelpURL()
getHelpURL
in class com.liferay.wiki.engine.input.editor.common.BaseInputEditorWikiEngine
public java.util.Map<java.lang.String,java.lang.Boolean> getOutgoingLinks(com.liferay.wiki.model.WikiPage page) throws com.liferay.wiki.exception.PageContentException
getOutgoingLinks
in interface com.liferay.wiki.engine.WikiEngine
getOutgoingLinks
in class com.liferay.wiki.engine.BaseWikiEngine
com.liferay.wiki.exception.PageContentException
protected void activate() throws java.io.IOException
java.io.IOException
protected java.lang.String convert(com.liferay.wiki.model.WikiPage page) throws com.ecyrd.jspwiki.WikiException
com.ecyrd.jspwiki.WikiException
protected LiferayJSPWikiEngine getEngine(long nodeId) throws com.ecyrd.jspwiki.WikiException
com.ecyrd.jspwiki.WikiException
protected javax.servlet.ServletContext getHelpPageServletContext()
getHelpPageServletContext
in class com.liferay.wiki.engine.input.editor.common.BaseInputEditorWikiEngine
protected com.liferay.portal.kernel.util.ResourceBundleLoader getResourceBundleLoader()
getResourceBundleLoader
in class com.liferay.wiki.engine.BaseWikiEngine
protected void setProperties(java.lang.String configuration)
protected void setServletContext(javax.servlet.ServletContext servletContext)
protected void setWikiGroupServiceConfiguration(com.liferay.wiki.configuration.WikiGroupServiceConfiguration wikiGroupServiceConfiguration)
protected void setWikiPageLocalService(com.liferay.wiki.service.WikiPageLocalService wikiPageLocalService)
protected void unsetWikiGroupServiceConfiguration(com.liferay.wiki.configuration.WikiGroupServiceConfiguration wikiGroupServiceConfiguration)