Class FileExportScriptInjector
- java.lang.Object
-
- org.uberfire.ext.editor.commons.client.file.exports.jso.FileExportScriptInjector
-
@ApplicationScoped public class FileExportScriptInjector extends Object
This bean wraps third party libraries related to file exporting into javascript objects, by following the namespace pattern. This bean allows: - avoiding namespaces collisions within any other libraries - no need to manually apply changes into third party js source files - no conflicts during third party libraries version updates
-
-
Field Summary
Fields Modifier and Type Field Description static StringJS_OBJ_SUFFIXstatic StringNSstatic StringNS_SEPARATOR
-
Constructor Summary
Constructors Constructor Description FileExportScriptInjector()
-
-
-
Field Detail
-
NS_SEPARATOR
public static final String NS_SEPARATOR
- See Also:
- Constant Field Values
-
NS
public static final String NS
- See Also:
- Constant Field Values
-
JS_OBJ_SUFFIX
public static final String JS_OBJ_SUFFIX
- See Also:
- Constant Field Values
-
-