Plumtree UI Infrastructure API  
 

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 is private to prevent tampering of the data.

public static XPHashtable s_htInitSettings;

See Also

AppWarmUp Class | com.plumtree.uiinfrastructure.application Namespace