Package org.uberfire.client.exporter
Class EditorJSExporter
- java.lang.Object
-
- org.uberfire.client.exporter.EditorJSExporter
-
- All Implemented Interfaces:
UberfireJSExporter
@ApplicationScoped public class EditorJSExporter extends Object implements UberfireJSExporter
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classEditorJSExporter.EditorResourceTypeNotFound
-
Constructor Summary
Constructors Constructor Description EditorJSExporter()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexport()static voidregisterEditor(Object _obj)
-
-
-
Method Detail
-
registerEditor
public static void registerEditor(Object _obj)
-
export
public void export()
- Specified by:
exportin interfaceUberfireJSExporter
-
-