Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.platform.forms.layout.actions
Class RichTextEditorActions

java.lang.Object
  extended by org.nuxeo.ecm.platform.forms.layout.actions.RichTextEditorActions
All Implemented Interfaces:
Serializable

@Name(value="richTextEditorActions")
@Scope(value=CONVERSATION)
@Install(precedence=10)
public class RichTextEditorActions
extends Object
implements Serializable

Seam component used for HTML conversion in rich text with MIME type widget

Since:
5.4.3
Author:
Quentin Lamerand, Benoit Delbosc
See Also:
Serialized Form

Constructor Summary
RichTextEditorActions()
           
 
Method Summary
 String convertToHtml(String text, String mimeType)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RichTextEditorActions

public RichTextEditorActions()
Method Detail

convertToHtml

public String convertToHtml(String text,
                            String mimeType)

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.