Uiinfrastructure API Docs  
 

ConfigVarPack Methods

The methods of the ConfigVarPack class are listed below. For a complete list of ConfigVarPack class members, see the ConfigVarPack Members topic.

Protected Static Methods

InternalGetXMLElement Helper method that returns an xml element consisting of all the XML in the specified section and subsection. Returns null if no such section or subsection exists

Public Instance Methods

CanReloadVarPackFromUI (inherited from com.plumtree.uiinfrastructure.web.BaseVarPack) 
Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
ExpireVarPackContent (inherited from com.plumtree.uiinfrastructure.web.BaseVarPack) 
GetConfigPath (inherited from com.plumtree.uiinfrastructure.web.BaseVarPack) 
GetConfigValueAsInt 
GetConfigValueAsString 
GetConfigValues 
GetConfigXMLSettings Returns the XPHashtable with all the setings from config.xml
GetExpireTimeout (inherited from com.plumtree.uiinfrastructure.web.BaseVarPack) 
GetHashCode (inherited from Object)Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table.
GetIsDotNet Returns whether or not the current platform is .NET.
GetIsJava Returns whether or not the current platform is Java.
GetReloadInterval (inherited from com.plumtree.uiinfrastructure.web.BaseVarPack) 
GetType (inherited from Object)Gets the Type of the current instance.
GetVarPackID 
GetVarPackKeys This method will return an enumeration of the top level nodes in the XML tree that is x_config.xml.
GetVarPackValue (inherited from com.plumtree.uiinfrastructure.web.BaseVarPack) 
IsLoaded (inherited from com.plumtree.uiinfrastructure.web.BaseVarPack) 
LoadVarPack (inherited from com.plumtree.uiinfrastructure.web.BaseVarPack) 
OnExpireEvent (inherited from com.plumtree.uiinfrastructure.web.BaseVarPack) 
OnReloadEvent (inherited from com.plumtree.uiinfrastructure.web.BaseVarPack) 
ReloadVarPack (inherited from com.plumtree.uiinfrastructure.web.BaseVarPack) 
SetExpireTimeout (inherited from com.plumtree.uiinfrastructure.web.BaseVarPack) 
SetReloadInterval (inherited from com.plumtree.uiinfrastructure.web.BaseVarPack) 
ToString (inherited from Object)Returns a String that represents the current Object.

Protected Instance Methods

ExpireContent You cannot expire the x_config.xml content. You can only reload it. This method does nothing.
Finalize (inherited from Object)Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
GetValue This method will return a chunk of from one level under the Config node.
InternalGetConfigValueAsString This is an internal helper method.
InternalGetConfigValues This is an internal helper method
Load This method loads the x_config.xml file into memory.
LoadComponentSettings Helper method to load settings in the specified OpenConfig component into the XPHashtable.
MemberwiseClone (inherited from Object)Creates a shallow copy of the current Object.
Reload This method reloads the x_config.xml file into memory. It clears the current data rather than delegating to Load().

See Also

ConfigVarPack Class | com.plumtree.uiinfrastructure.application.varpacks Namespace