EMS.Configuration

Methods definitions for accessing the configuration.

Summary
EMS.ConfigurationMethods 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.

Static Functions

isCompress

EMS.Configuration.isCompress = function()

Returns

{Boolean} true if script compress is turned on.  It will be by default.

getProtocol

EMS.Configuration.getProtocol = function()

Returns

{String} which is either http:// or https://.

getBase

EMS.Configuration.getBase = function()

Returns

{String} which is the base server URL.

getMode

EMS.Configuration.getMode = function()

Returns

{String} the communication mode.

getToken

EMS.Configuration.getToken = function()

Returns

{String} which is the user authorisation token.

getVersion

EMS.Configuration.getVersion = function()

Returns

{Object} which is the application and tile version version.

getRemapper

EMS.Configuration.getRemapper = function()

Returns

{String} which is the remapper server URL.

getTiles

EMS.Configuration.getTiles = function()

Returns

{String} which is the remapper tiles server URL.

getMarkers

EMS.Configuration.getMarkers = function()

Returns

{String} which is the remapper marker server URL.

getService

EMS.Configuration.getService = function()

Returns

{String} which is the service base end point URL.

getScripts

EMS.Configuration.getScripts = function()

Returns

{String} which is the script directory base URL.

getImages

EMS.Configuration.getImages = function()

Returns

{String} which is the base images URL.

getTheme

EMS.Configuration.getTheme = function()

Returns

{String} a URL which is the theme CSS.

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