Uiinfrastructure API Docs  
 

LoadCustomLoads Members

LoadCustomLoads overview

Public Static Methods

ConvertOldPEIInterfaces Helper that converts older PEI interfaces into new PEI interfaces using helper objects that wrap both types of interfaces. TODO: This conversion should probably be specified in the xml file used to load the PEI so this can be done automatically in the future instead of hardcoding it here.
HelperLoadSettings Helper that loads settings from a folder.
LoadObjects Loads CustomerObjects. This method will load any additional objects specified here, and any additional objects as specified by the AppWarmUpHelper.

Public Instance Constructors

LoadCustomLoads Constructor Initializes a new instance of the LoadCustomLoads class.

Public Instance Methods

Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
executeStep 
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.
getMsg 
getMsgArray 
getNumMsgs 
getNumSteps 
getTaskID 
getTaskName 
GetType (inherited from Object)Gets the Type of the current instance.
init 
LoadCustomActivitySpaces Loads custom Activity Spaces by processing the CustomActivitySpaces.xml through the ASManager and any other managers specified in AppWarmUpHelper.
LoadCustomManagers Loads custom Managers by processing the CustomActivitySpaces.xml and CustomTags.xml files through the NavManager and TagLibManager and any other managers specified in AppWarmUpHelper.
LoadCustomVarPacks Loads custom VarPacks by processing the CustomVarPacks.xml and any other VarPacks specified in AppWarmUpHelper.
LoadDynamicLoads Loads elements from the dynamic loads folder, including any PEIs, provider types, etc.
ToString (inherited from Object)Returns a String that represents the current Object.

Protected Instance Methods

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.
MemberwiseClone (inherited from Object)Creates a shallow copy of the current Object.

See Also

LoadCustomLoads Class | com.plumtree.uiinfrastructure.application.startup Namespace