Package org.uberfire.client.exporter
Class VFSJSExporter
- java.lang.Object
-
- org.uberfire.client.exporter.VFSJSExporter
-
- All Implemented Interfaces:
UberfireJSExporter
@ApplicationScoped public class VFSJSExporter extends Object implements UberfireJSExporter
-
-
Constructor Summary
Constructors Constructor Description VFSJSExporter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexport()voidreadAllString(String uri, com.google.gwt.core.client.JavaScriptObject callback)voidwrite(String uri, String content, com.google.gwt.core.client.JavaScriptObject callback)
-
-
-
Method Detail
-
export
public void export()
- Specified by:
exportin interfaceUberfireJSExporter
-
write
public void write(String uri, String content, com.google.gwt.core.client.JavaScriptObject callback)
-
readAllString
public void readAllString(String uri, com.google.gwt.core.client.JavaScriptObject callback)
-
-