com.webfirmframework.wffweb.server.page.js.wffGlobal.js Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of wffweb Show documentation
Show all versions of wffweb Show documentation
A java framework to develop web applications
/*
* this file must be loaded first.
* this file should not be formatted
*/
window.wffGlobal = new function() {
console.log('test');
var wffId = -1;
this.getUniqueWffIntId = function() {
return ++wffId;
};
this.encoder = new TextEncoder("utf-8");
this.decoder = new TextDecoder("utf-8");
this.taskValues = ${TASK_VALUES};
this.WS_URL = "${WS_URL}";
};
© 2015 - 2025 Weber Informatics LLC | Privacy Policy