Plumtree Pluggable Navigation API  
 

PTSearchLocaleVarPack Methods

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

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) 
GetAllLanguageCodes This method will return the All the Language Codes for a particular locale
GetAllLanguageNames This method will return the All the Localized Language names for a particular locale
GetConfigPath (inherited from com.plumtree.uiinfrastructure.web.BaseVarPack) 
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.
GetLanguageNameForCode This method will return the localized language name given its code.
GetPopularLanguageCodes This method will return the Popular Localized Language Codes for a particular locale
GetPopularLanguageNames This method will return the Popular Localized Language names for a particular locale
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 SearchLocales.xml.
GetVarPackValue (inherited from com.plumtree.uiinfrastructure.web.BaseVarPack) 
IsLoaded (inherited from com.plumtree.uiinfrastructure.web.BaseVarPack) 
IsPopularLanguage This method check whether this language appears in the popular list
IsValidLanguage This method check whether this language appears in the ALL list
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 SearchLocales.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 the Localized Language Codes for a particular locale
Load This method loads the SearchLocales.xml file into memory.
MemberwiseClone (inherited from Object)Creates a shallow copy of the current Object.
Reload This method reloads the SearchLocales.xml file into memory. It clears the current data and then delegates to Load().

See Also

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