Interface
caplin.services

ConfigService

Provides information specific to this application instance.

Constructor Summary

Attributes Name and Description
caplin.services.ConfigService()

Method Summary

Attributes Name and Description
string getProperty(String sPropertyName)

Retrieves the named property.

Constructor Detail

caplin.services.ConfigService()

Method Detail

string getProperty(String sPropertyName)

Retrieves the named property.

Parameters
String sPropertyName The name of the property.
Returns
{string} The property value.