Uiinfrastructure API Docs  
 

LoadCustomLoads Members

LoadCustomLoads overview

Public Static Methods

iconiconConvertOldPEIInterfaces 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.
iconiconHelperLoadSettings Helper that loads settings from a folder.
iconiconLoadObjects Loads CustomerObjects. This method will load any additional objects specified here, and any additional objects as specified by the AppWarmUpHelper.

Public Instance Constructors

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

Public Instance Methods

iconEquals (inherited from Object)Determines whether the specified Object is equal to the current Object.
iconexecuteStep 
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.
icongetMsg 
icongetMsgArray 
icongetNumMsgs 
icongetNumSteps 
icongetTaskID 
icongetTaskName 
iconGetType (inherited from Object)Gets the Type of the current instance.
iconinit 
iconLoadCustomActivitySpaces Loads custom Activity Spaces by processing the CustomActivitySpaces.xml through the ASManager and any other managers specified in AppWarmUpHelper.
iconLoadCustomManagers Loads custom Managers by processing the CustomActivitySpaces.xml and CustomTags.xml files through the NavManager and TagLibManager and any other managers specified in AppWarmUpHelper.
iconLoadCustomVarPacks Loads custom VarPacks by processing the CustomVarPacks.xml and any other VarPacks specified in AppWarmUpHelper.
iconLoadDynamicLoads Loads elements from the dynamic loads folder, including any PEIs, provider types, etc.
iconToString (inherited from Object)Returns a String that represents the current Object.

Protected Instance Methods

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

See Also

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