Interface
caplin.services.providers

CaplinConfigService

A service that allows system-wide application configuration values to be stored in a central repository.

Constructor Summary

Attributes Name and Description
caplin.services.providers.CaplinConfigService( mProperties)

Method Summary

Attributes Name and Description
STRING getProperty(STRING sKey)

Returns a preference that the user has either set within the current session or in a previous session

Constructor Detail

caplin.services.providers.CaplinConfigService( mProperties)

Parameters
mProperties

Method Detail

STRING getProperty(STRING sKey)

Returns a preference that the user has either set within the current session or in a previous session

Parameters
STRING sKey The key for the key value store
Returns
{STRING} sValue