Methods definitions for accessing the configuration.
| EMS. | Methods definitions for accessing the configuration. |
| Static Functions | |
| isCompress | {Boolean} true if script compress is turned on. |
| getProtocol | {String} which is either http:// or https://. |
| getBase | {String} which is the base server URL. |
| getMode | {String} the communication mode. |
| getToken | {String} which is the user authorisation token. |
| getVersion | {Object} which is the application and tile version version. |
| getRemapper | {String} which is the remapper server URL. |
| getTiles | {String} which is the remapper tiles server URL. |
| getMarkers | {String} which is the remapper marker server URL. |
| getService | {String} which is the service base end point URL. |
| getScripts | {String} which is the script directory base URL. |
| getImages | {String} which is the base images URL. |
| getTheme | {String} a URL which is the theme CSS. |
{Boolean} true if script compress is turned on.
EMS.Configuration.isCompress = function()
{String} which is either http:// or https://.
EMS.Configuration.getProtocol = function()
{String} which is the base server URL.
EMS.Configuration.getBase = function()
{String} the communication mode.
EMS.Configuration.getMode = function()
{String} which is the user authorisation token.
EMS.Configuration.getToken = function()
{Object} which is the application and tile version version.
EMS.Configuration.getVersion = function()
{String} which is the remapper server URL.
EMS.Configuration.getRemapper = function()
{String} which is the remapper tiles server URL.
EMS.Configuration.getTiles = function()
{String} which is the remapper marker server URL.
EMS.Configuration.getMarkers = function()
{String} which is the service base end point URL.
EMS.Configuration.getService = function()
{String} which is the script directory base URL.
EMS.Configuration.getScripts = function()
{String} which is the base images URL.
EMS.Configuration.getImages = function()
{String} a URL which is the theme CSS.
EMS.Configuration.getTheme = function()