The get function is established to get data from the efw.properties file.
var bln = properties.get("efw.login.check", false); var str = properties.get("efw.login.key");
Calling | Returning |
---|---|
properties . get ( key ) | String |
properties . get ( key , defaultValue ) | {any} *The type of defaultValue |
Parameters | Type | Description |
---|---|---|
key | String | To idetify the property info. |
defaultValue | {any} | The default value if no property is defined in the efw.properties file. |