Example usage for com.liferay.portal.kernel.editor.configuration BaseEditorConfigContributor subclass-usage

List of usage examples for com.liferay.portal.kernel.editor.configuration BaseEditorConfigContributor subclass-usage

Introduction

In this page you can find the example usage for com.liferay.portal.kernel.editor.configuration BaseEditorConfigContributor subclass-usage.

Usage

From source file com.liferay.wiki.editor.configuration.internal.WikiLinksAlloyEditorConfigContributor.java

/**
 * @author Chema Balsas
 */
@Component(property = { "editor.config.key=contentEditor", "editor.name=alloyeditor_creole",
        "javax.portlet.name=" + WikiPortletKeys.WIKI, "javax.portlet.name=" + WikiPortletKeys.WIKI_ADMIN,
        "javax.portlet.name=" + WikiPortletKeys.WIKI_DISPLAY }, service = EditorConfigContributor.class)

From source file com.liferay.wiki.editor.configuration.internal.WikiLinksEditorConfigContributor.java

/**
 * @author Chema Balsas
 */
@Component(property = { "editor.name=alloyeditor_creole", "javax.portlet.name=" + WikiPortletKeys.WIKI,
        "javax.portlet.name=" + WikiPortletKeys.WIKI_ADMIN,
        "javax.portlet.name=" + WikiPortletKeys.WIKI_DISPLAY }, service = EditorConfigContributor.class)

From source file com.liferay.wiki.editor.configuration.internal.WikiTextEditorConfigContributor.java

/**
 * @author Roberto Daz
 */
@Component(property = { "editor.config.key=titleEditor", "javax.portlet.name=" + WikiPortletKeys.WIKI,
        "javax.portlet.name=" + WikiPortletKeys.WIKI_ADMIN }, service = EditorConfigContributor.class)
public class WikiTextEditorConfigContributor extends BaseEditorConfigContributor {

From source file com.liferay.wiki.editor.link.browse.web.internal.editor.configuration.BaseWikiContentAlloyEditorLinkBrowseConfigContributor.java

/**
 * @author Roberto Daz
 */
public abstract class BaseWikiContentAlloyEditorLinkBrowseConfigContributor extends BaseEditorConfigContributor {

    @Override