Package com.liferay.wiki.configuration
Interface WikiGroupServiceConfiguration
- All Known Subinterfaces:
WikiGroupServiceOverriddenConfiguration
@ProviderType
public interface WikiGroupServiceConfiguration
-
Method Summary
Modifier and TypeMethodDescriptionSet the default wiki format.com.liferay.portal.kernel.settings.LocalizedValuesMapbooleancom.liferay.portal.kernel.settings.LocalizedValuesMapcom.liferay.portal.kernel.settings.LocalizedValuesMapbooleancom.liferay.portal.kernel.settings.LocalizedValuesMapbooleanSet this totrueto enable the highlighting of links in creole format to unexisting wiki pages.booleanSet the name of the default page for a wiki node.Deprecated.As of Mueller (7.2.x), with no direct replacementSet the name of the default node that will be automatically created when the Wiki portlet is first used in a site.booleanbooleanSet this totrueto enable social activity notifications on minor edits of a wiki page.booleanSet this totrueto enable email notifications on minor edits of a wiki page.String[]Specify the supported protocols for the Creole parser.intrssDelta()
-
Method Details
-
defaultFormat
String defaultFormat()Set the default wiki format. -
emailFromAddress
String emailFromAddress() -
emailFromName
String emailFromName() -
emailPageAddedBody
com.liferay.portal.kernel.settings.LocalizedValuesMap emailPageAddedBody() -
emailPageAddedEnabled
boolean emailPageAddedEnabled() -
emailPageAddedSubject
com.liferay.portal.kernel.settings.LocalizedValuesMap emailPageAddedSubject() -
emailPageUpdatedBody
com.liferay.portal.kernel.settings.LocalizedValuesMap emailPageUpdatedBody() -
emailPageUpdatedEnabled
boolean emailPageUpdatedEnabled() -
emailPageUpdatedSubject
com.liferay.portal.kernel.settings.LocalizedValuesMap emailPageUpdatedSubject() -
enableRss
boolean enableRss() -
frontPageName
String frontPageName()Set the name of the default page for a wiki node. The name for the default page must be a valid wiki word. A wiki word follows the format of having an upper case letter followed by a series of lower case letters followed by another upper case letter and another series of lower case letters. See http://www.usemod.com/cgi-bin/wiki.pl?WhatIsaWiki for more information on wiki naming conventions. -
getCreoleEditor
String getCreoleEditor() -
getHTMLEditor
String getHTMLEditor() -
getMediaWikiEditor
Deprecated.As of Mueller (7.2.x), with no direct replacement -
initialNodeName
String initialNodeName()Set the name of the default node that will be automatically created when the Wiki portlet is first used in a site. -
pageCommentsEnabled
boolean pageCommentsEnabled() -
pageMinorEditAddSocialActivity
boolean pageMinorEditAddSocialActivity()Set this totrueto enable social activity notifications on minor edits of a wiki page. -
pageMinorEditSendEmail
boolean pageMinorEditSendEmail()Set this totrueto enable email notifications on minor edits of a wiki page. -
parsersCreoleSupportedProtocols
String[] parsersCreoleSupportedProtocols()Specify the supported protocols for the Creole parser. -
enableHighlightCreoleFormat
boolean enableHighlightCreoleFormat()Set this totrueto enable the highlighting of links in creole format to unexisting wiki pages. -
rssAbstractLength
int rssAbstractLength() -
rssDelta
String rssDelta() -
rssDisplayStyle
String rssDisplayStyle() -
rssFeedType
String rssFeedType()
-