Plumtree Portal UI  
 

PTConfigVarPack Members

PTConfigVarPack overview

Public Static Fields

PORTAL_ADMINISTRATION_COMPONENT_TYPE 
PORTAL_COMMUNITIES_COMPONENT_TYPE 
PORTAL_CRAWLERS_COMPONENT_TYPE 
PORTAL_DOCUMENTS_COMPONENT_TYPE 
PORTAL_FAILOVER_COMPONENT_TYPE 
PORTAL_GATEWAY_COMPONENT_TYPE 
PORTAL_INVITATIONS_COMPONENT_TYPE 
PORTAL_SEARCH_COMPONENT_TYPE 
PORTAL_STYLE_COMPONENT_TYPE 

Public Instance Constructors

PTConfigVarPack Constructor Constructor for PTConfigVarPack.

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 (inherited from com.plumtree.uiinfrastructure.application.varpacks.ConfigVarPack) 
GetConfigValueAsString (inherited from com.plumtree.uiinfrastructure.application.varpacks.ConfigVarPack) 
GetConfigValues (inherited from com.plumtree.uiinfrastructure.application.varpacks.ConfigVarPack) 
GetConfigXMLSettings (inherited from com.plumtree.uiinfrastructure.application.varpacks.ConfigVarPack) 
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 (inherited from com.plumtree.uiinfrastructure.application.varpacks.ConfigVarPack) 
GetIsJava (inherited from com.plumtree.uiinfrastructure.application.varpacks.ConfigVarPack) 
GetReloadInterval (inherited from com.plumtree.uiinfrastructure.web.BaseVarPack) 
GetSSOBaseURL JF- Returns the SSO Base URL. E.g.: /portal/SSOServlet
GetSSORelativeURL JF- Returns the SSO relative URL. E.g.: SSOServlet
GetType (inherited from Object)Gets the Type of the current instance.
GetVarPackID 
GetVarPackKeys (inherited from com.plumtree.uiinfrastructure.application.varpacks.ConfigVarPack) 
GetVarPackValue (inherited from com.plumtree.uiinfrastructure.web.BaseVarPack) 
GetXMLElement Returns an xml element consisting of all the XML in the specified section and subsection. Returns null if no such section or subsection exists. It first tries to get the element from the base class file, and then from the PTConfig.xml file. WARNING: if the element exists in both the base x_config.xml file and the PTconfig.xml file, only the element from the base x_config.xml file will be returned.
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 (inherited from com.plumtree.uiinfrastructure.application.varpacks.ConfigVarPack) 
m_bIsJava (inherited from com.plumtree.uiinfrastructure.application.varpacks.ConfigVarPack) 
m_htConfigXMLSettings (inherited from com.plumtree.uiinfrastructure.application.varpacks.ConfigVarPack) 

Protected Instance Methods

ExpireContent (inherited from com.plumtree.uiinfrastructure.application.varpacks.ConfigVarPack) 
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 (inherited from com.plumtree.uiinfrastructure.application.varpacks.ConfigVarPack) 
InternalGetConfigValueAsString (inherited from com.plumtree.uiinfrastructure.application.varpacks.ConfigVarPack) 
InternalGetConfigValues (inherited from com.plumtree.uiinfrastructure.application.varpacks.ConfigVarPack) 
Load This method loads the PTconfig.xml file into memory.
LoadComponentSettings (inherited from com.plumtree.uiinfrastructure.application.varpacks.ConfigVarPack) 
MemberwiseClone (inherited from Object)Creates a shallow copy of the current Object.
Reload This method reloads the PTconfig.xml file into memory. It clears the current data rather than delegating to Load().

See Also

PTConfigVarPack Class | com.plumtree.portaluiinfrastructure.application.varpacks Namespace