Uiinfrastructure API Docs  
 

URLASMappingsVarPack Members

URLASMappingsVarPack overview

Public Static Fields

iconiconPORTAL_URLASMAPPINGS_COMPONENT_TYPE 
iconiconVARPACK_FILE The XML file this VarPack loads.
iconiconVARPACK_ID The String ID of this VarPack.

Public Instance Constructors

icon URLASMappingsVarPack Constructor Initializes a new instance of the URLASMappingsVarPack class.

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) 
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.
iconGetParameterMapKeys Returns an enumeration of the Parameter map keys.
iconGetParameterMapValue Returns the Parameter map value for the given key.
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) 
iconGetVarPackXMLFileName 
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 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 PTConfig node.
iconLoad Loads in the same manner as XMLBaseVarPack, but then we organize the data for URLASMapping specific purposes.
iconMemberwiseClone (inherited from Object)Creates a shallow copy of the current Object.
iconReload This method reloads the XML file into memory. It delegates to Load(). This may not be entirely threadsafe.

See Also

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