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.adaptive.media.blogs.editor.configuration.internal.AdaptiveMediaBlogsEditorConfigContributor.java

/**
 * @author Sergio Gonzlez
 */
@Component(property = { "editor.config.key=contentEditor", "editor.name=alloyeditor", "editor.name=ckeditor",
        "javax.portlet.name=" + BlogsPortletKeys.BLOGS, "javax.portlet.name=" + BlogsPortletKeys.BLOGS_ADMIN,
        "service.ranking:Integer=100" }, service = EditorConfigContributor.class)

From source file com.liferay.adaptive.media.blogs.editor.configuration.internal.AMBlogsEditorConfigContributor.java

/**
 * @author Sergio Gonzlez
 */
@Component(property = { "editor.config.key=contentEditor", "editor.name=alloyeditor", "editor.name=ckeditor",
        "javax.portlet.name=" + BlogsPortletKeys.BLOGS, "javax.portlet.name=" + BlogsPortletKeys.BLOGS_ADMIN,
        "service.ranking:Integer=101" }, service = EditorConfigContributor.class)

From source file com.liferay.adaptive.media.blogs.editor.configuration.internal.dynamic.DynamicAdaptiveMediaBlogsEditorConfigContributor.java

/**
 * @author Sergio Gonzlez
 */
@Component(property = { "editor.config.key=contentEditor", "editor.name=alloyeditor", "editor.name=ckeditor",
        "javax.portlet.name=" + BlogsPortletKeys.BLOGS, "javax.portlet.name=" + BlogsPortletKeys.BLOGS_ADMIN,
        "service.ranking:Integer=101" }, service = EditorConfigContributor.class)

From source file com.liferay.adaptive.media.blogs.editor.configuration.internal.DynamicAdaptiveMediaBlogsEditorConfigContributor.java

/**
 * @author Sergio Gonzlez
 */
@Component(property = { "editor.config.key=contentEditor", "editor.name=alloyeditor", "editor.name=ckeditor",
        "javax.portlet.name=" + BlogsPortletKeys.BLOGS, "javax.portlet.name=" + BlogsPortletKeys.BLOGS_ADMIN,
        "service.ranking:Integer=101" }, service = EditorConfigContributor.class)

From source file com.liferay.adaptive.media.blogs.editor.configuration.internal.stat1c.StaticAdaptiveMediaBlogsEditorConfigContributor.java

/**
 * @author Alejandro Tardn
 */
@Component(property = { "editor.config.key=contentEditor", "editor.name=alloyeditor", "editor.name=ckeditor",
        "javax.portlet.name=" + BlogsPortletKeys.BLOGS, "javax.portlet.name=" + BlogsPortletKeys.BLOGS_ADMIN,
        "service.ranking:Integer=100" }, service = EditorConfigContributor.class)

From source file com.liferay.adaptive.media.blogs.editor.configuration.internal.StaticAdaptiveMediaBlogsEditorConfigContributor.java

/**
 * @author Alejandro Tardn
 */
@Component(property = { "editor.config.key=contentEditor", "editor.name=alloyeditor", "editor.name=ckeditor",
        "javax.portlet.name=" + BlogsPortletKeys.BLOGS, "javax.portlet.name=" + BlogsPortletKeys.BLOGS_ADMIN,
        "service.ranking:Integer=100" }, service = EditorConfigContributor.class)

From source file com.liferay.adaptive.media.journal.editor.configuration.internal.AMJournalEditorConfigContributor.java

/**
 * @author Sergio Gonzlez
 */
@Component(property = { "editor.name=alloyeditor", "editor.name=ckeditor",
        "javax.portlet.name=" + JournalPortletKeys.JOURNAL,
        "service.ranking:Integer=101" }, service = EditorConfigContributor.class)

From source file com.liferay.adaptive.media.journal.editor.configuration.internal.DynamicAdaptiveMediaJournalEditorConfigContributor.java

/**
 * @author Sergio Gonzlez
 */
@Component(property = { "editor.name=alloyeditor", "editor.name=ckeditor",
        "javax.portlet.name=" + JournalPortletKeys.JOURNAL,
        "service.ranking:Integer=101" }, service = EditorConfigContributor.class)

From source file com.liferay.announcements.editor.configuration.internal.AnnouncementsTextEditorConfigContributor.java

/**
 * @author Roberto Daz
 */
@Component(property = { "editor.config.key=titleEditor", "javax.portlet.name=" + AnnouncementsPortletKeys.ALERTS,
        "javax.portlet.name=" + AnnouncementsPortletKeys.ANNOUNCEMENTS, "javax.portlet.name="
                + AnnouncementsPortletKeys.ANNOUNCEMENTS_ADMIN }, service = EditorConfigContributor.class)

From source file com.liferay.blogs.editor.configuration.internal.BlogsContentEditorConfigContributor.java

/**
 * @author Roberto Daz
 */
@Component(property = { "editor.config.key=contentEditor", "javax.portlet.name=" + BlogsPortletKeys.BLOGS,
        "javax.portlet.name=" + BlogsPortletKeys.BLOGS_ADMIN }, service = EditorConfigContributor.class)
public class BlogsContentEditorConfigContributor extends BaseEditorConfigContributor {