Example usage for com.liferay.portal.kernel.editor Editor interface-usage

List of usage examples for com.liferay.portal.kernel.editor Editor interface-usage

Introduction

In this page you can find the example usage for com.liferay.portal.kernel.editor Editor interface-usage.

Usage

From source file com.liferay.frontend.editor.alloyeditor.web.AlloyEditorCreoleEditor.java

/**
 * @author Sergio Gonzlez
 */
@Component(service = Editor.class)
public class AlloyEditorCreoleEditor implements Editor {

From source file com.liferay.frontend.editor.alloyeditor.web.AlloyEditorEditor.java

/**
 * @author Raymond Aug
 * @author Roberto Daz
 */
@Component(service = Editor.class)
public class AlloyEditorEditor implements Editor {

From source file com.liferay.frontend.editor.alloyeditor.web.internal.AlloyEditorBBCodeEditor.java

/**
 * @author Ambrn Chaudhary
 */
@Component(service = Editor.class)
public class AlloyEditorBBCodeEditor implements Editor {

From source file com.liferay.frontend.editor.alloyeditor.web.internal.AlloyEditorCreoleEditor.java

/**
 * @author Sergio Gonzlez
 */
@Component(service = Editor.class)
public class AlloyEditorCreoleEditor implements Editor {

From source file com.liferay.frontend.editor.alloyeditor.web.internal.AlloyEditorEditor.java

/**
 * @author Raymond Aug
 * @author Roberto Daz
 */
@Component(service = Editor.class)
public class AlloyEditorEditor implements Editor {

From source file com.liferay.frontend.editor.ckeditor.web.CKEditorBBCodeEditor.java

/**
 * @author Raymond Aug
 * @author Roberto Daz
 */
@Component(service = Editor.class)
public class CKEditorBBCodeEditor implements Editor {

From source file com.liferay.frontend.editor.ckeditor.web.CKEditorCreoleEditor.java

/**
 * @author Raymond Aug
 * @author Roberto Daz
 */
@Component(service = Editor.class)
public class CKEditorCreoleEditor implements Editor {

From source file com.liferay.frontend.editor.ckeditor.web.CKEditorEditor.java

/**
 * @author Raymond Aug
 * @author Roberto Daz
 */
@Component(service = Editor.class)
public class CKEditorEditor implements Editor {

From source file com.liferay.frontend.editor.ckeditor.web.internal.CKEditorBBCodeEditor.java

/**
 * @author Raymond Aug
 * @author Roberto Daz
 */
@Component(service = Editor.class)
public class CKEditorBBCodeEditor implements Editor {

From source file com.liferay.frontend.editor.ckeditor.web.internal.CKEditorCreoleEditor.java

/**
 * @author Raymond Aug
 * @author Roberto Daz
 */
@Component(service = Editor.class)
public class CKEditorCreoleEditor implements Editor {