Uiinfrastructure API Docs  
 

ConfigHelper Class

This class contains helper methods to get variables from the configVarPack. This is also used to get data that is generated from the config var pack, along with some logic from other places, like the image server urls. These should only be retrieved from this static helper. NOTE DonH: if the base config varpack reloads, this will not currently get reloaded. Reloading wouldn't be threadsafe anyways.

For a list of all members of this type, see ConfigHelper Members.

System.Object
   com.plumtree.uiinfrastructure.statichelpers.ConfigHelper

public class ConfigHelper

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: com.plumtree.uiinfrastructure.statichelpers

Assembly: uiinfrastructure (in uiinfrastructure.dll)

See Also

ConfigHelper Members | com.plumtree.uiinfrastructure.statichelpers Namespace