Uiinfrastructure API Docs  
 

com.plumtree.uiinfrastructure.application.startup Namespace

Namespace hierarchy

Classes

Class Description
CheckDBVersion Verifies database version and some of the important tables. Also fully excercises the object managers.
CheckDevKit Check the version of the JDK / .NET runtime we are on. Pretty basic test.
InitializeActivitySpaces Loads the production activity spaces for the portal.
InitializeApplication Initializes the Application. After this point the CachingManager and VarPackManager will be available, as well as the Application.
InitializeAppWarmUpHelper  
InitializeConfigHelper Initializes the config helper. This loads the core ConfigVarPack.
InitializeImageServerHelper Initializes the ImageServerHelper. After this point, the paths to the ImageServer and the Connection URL will be available, and the ImageServerHelper will be added to the Application Cache.
InitializeImageServerHelperPartII Initializes the ImageServerHelper, Part II. Logs in as guest, then tests the imageserver.
InitializeObjects Initializes Objects. This method will initialize any additional objects specified here, and any additional objects as specified by the AppWarmUpHelper. After this point, the Portal's TempFile, JSRegistry, and Secure JSRegistry will be available, as well as the objects defined in AppWarmUpHelper.
InitializePaths Initializes all the path variables used by AppWarmup.
InitializeResourceManager Initializes the ResourceManager. After this point the ResourceManager will be available in the Application cache. The ResourceManager handles all the i18n files. TODO: This should be reloadable, but it's not. There is a bug filed against OpenFoundation. When the bug is fixed, add a method to reload the ResourceManager.
InitializeVarPacks Initializes VarPacks. This method will load the VarPacks specified in the VarPacks.xml file, as well as any additional VarPacks as declared by the AppWarmUpHelper. After this point, the Application VarPackManager will contain all of the initial VarPacks.
InitPortalObjects Wraps openkernel and portalobjectsfactory initialization in a multistep startup class with detailed recommendations on failures.
LoadCustomLoads Large bundled task that handles all the dynamic loads related to activityspaces, PEIs and such.
LoadVersionHelper Loads the Version Information.
PTStartupTasks Enumerator for startup tasks for uiinfrastructure. Add each new startup class to this helper. Other startup tasks must be added to the task manager dynamically. This enumerator automatically numbers each task sequentially.