Uiinfrastructure API Docs  
 

AppWarmUp.s_htInitSettings Field

Hashtable that stores all of the settings gathered from initialization. It is static because we need it to be updateable by all the static methods of this class. It was private to prevent tampering of the data, but is now public to allow unit testing.

public static XPHashtable s_htInitSettings;

See Also

AppWarmUp Class | com.plumtree.uiinfrastructure.application Namespace