Uiinfrastructure API Docs  
 

ConfigVarPack Members

ConfigVarPack overview

Public Static Fields

APP_PLATFORM_DOT_NET 
APP_PLATFORM_JAVA 
PORTAL_AUTHENTICATION_COMPONENT_TYPE 
PORTAL_CACHEDSETTINGS_COMPONENT_TYPE 
PORTAL_INTERNATIONAL_COMPONENT_TYPE 
PORTAL_MAINURLS_COMPONENT_TYPE 
PORTAL_PERSONALSETTINGS_COMPONENT_TYPE 
PORTAL_SECURITY_COMPONENT_TYPE 
PORTAL_SYSTEMPROPERTIES_COMPONENT_TYPE 
PORTAL_URLMAPPING_COMPONENT_TYPE 
SECURITY_MODE_NO_SSL JF- Security Mode: No SSL check.
SECURITY_MODE_SSL_ACCELERATOR JF- Security Mode: SSL on every AS using an SSL Accelerator hardware.
SECURITY_MODE_SSL_ALL JF- Security Mode: SSL on every AS.
SECURITY_MODE_SSL_CRITICAL_AS_ONLY JF- Security Mode: SSL on some AS only. List of AS defined in SecureActivitySpaces.xml.
VARPACK_ID The string ID of this variable package.

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 Constructors

ConfigVarPack Constructor Constructor for ConfigVarPack.

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 Fields

m_bIsDotNet 
m_bIsJava 
m_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

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