Uiinfrastructure API Docs  
 

ConfigVarPack Members

ConfigVarPack overview

Public Static Fields

iconiconAPP_PLATFORM_DOT_NET 
iconiconAPP_PLATFORM_JAVA 
iconiconPORTAL_AUTHENTICATION_COMPONENT_TYPE 
iconiconPORTAL_CACHEDSETTINGS_COMPONENT_TYPE 
iconiconPORTAL_INTERNATIONAL_COMPONENT_TYPE 
iconiconPORTAL_MAINURLS_COMPONENT_TYPE 
iconiconPORTAL_PERSONALSETTINGS_COMPONENT_TYPE 
iconiconPORTAL_SECURITY_COMPONENT_TYPE 
iconiconPORTAL_SERVICEURLS_COMPONENT_TYPE 
iconiconPORTAL_SYSTEMPROPERTIES_COMPONENT_TYPE 
iconiconPORTAL_URLMAPPING_COMPONENT_TYPE 
iconiconSECURITY_MODE_NO_SSL JF- Security Mode: No SSL check.
iconiconSECURITY_MODE_SSL_ACCELERATOR JF- Security Mode: SSL on every AS using an SSL Accelerator hardware.
iconiconSECURITY_MODE_SSL_ALL JF- Security Mode: SSL on every AS.
iconiconSECURITY_MODE_SSL_CRITICAL_AS_ONLY JF- Security Mode: SSL on some AS only. List of AS defined in SecureActivitySpaces.xml.
iconiconVARPACK_ID The string ID of this variable package.

Protected Static Methods

iconiconInternalGetXMLElement 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 Constructors

icon ConfigVarPack Constructor Constructor for ConfigVarPack.

Public Instance Methods

iconCanReloadVarPackFromUI (inherited from com.plumtree.uiinfrastructure.web.BaseVarPack) 
iconEquals (inherited from Object)Determines whether the specified Object is equal to the current Object.
iconExpireVarPackContent (inherited from com.plumtree.uiinfrastructure.web.BaseVarPack) 
iconGetConfigPath (inherited from com.plumtree.uiinfrastructure.web.BaseVarPack) 
iconGetConfigValueAsInt 
iconGetConfigValueAsString 
iconGetConfigValues 
iconGetConfigXMLSettings Returns the XPHashtable with all the setings from config.xml
iconGetExpireTimeout (inherited from com.plumtree.uiinfrastructure.web.BaseVarPack) 
iconGetHashCode (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.
iconGetIsDotNet Returns whether or not the current platform is .NET.
iconGetIsJava Returns whether or not the current platform is Java.
iconGetReloadInterval (inherited from com.plumtree.uiinfrastructure.web.BaseVarPack) 
iconGetType (inherited from Object)Gets the Type of the current instance.
iconGetVarPackID 
iconGetVarPackKeys This method will return an enumeration of the top level nodes in the XML tree that is x_config.xml.
iconGetVarPackValue (inherited from com.plumtree.uiinfrastructure.web.BaseVarPack) 
iconIsLoaded (inherited from com.plumtree.uiinfrastructure.web.BaseVarPack) 
iconLoadVarPack (inherited from com.plumtree.uiinfrastructure.web.BaseVarPack) 
iconOnExpireEvent (inherited from com.plumtree.uiinfrastructure.web.BaseVarPack) 
iconOnReloadEvent (inherited from com.plumtree.uiinfrastructure.web.BaseVarPack) 
iconReloadVarPack (inherited from com.plumtree.uiinfrastructure.web.BaseVarPack) 
iconSetExpireTimeout (inherited from com.plumtree.uiinfrastructure.web.BaseVarPack) 
iconSetReloadInterval (inherited from com.plumtree.uiinfrastructure.web.BaseVarPack) 
iconToString (inherited from Object)Returns a String that represents the current Object.

Protected Instance Fields

iconm_bIsDotNet 
iconm_bIsJava 
iconm_htConfigXMLSettings JF- This XPHashtable contains all the settings from x_config.xml (keys and values) We need it for the Memory Debug page where we need to be able to iterate through the keys to display all the values.

Protected Instance Methods

iconExpireContent You cannot expire the x_config.xml content. You can only reload it. This method does nothing.
iconFinalize (inherited from Object)Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
iconGetValue This method will return a chunk of from one level under the Config node.
iconInternalGetConfigValueAsString This is an internal helper method.
iconInternalGetConfigValues This is an internal helper method
iconLoad This method loads the x_config.xml file into memory.
iconLoadComponentSettings Helper method to load settings in the specified OpenConfig component into the XPHashtable.
iconMemberwiseClone (inherited from Object)Creates a shallow copy of the current Object.
iconReload 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