Uiinfrastructure API Docs  
 

IAppWarmUpHelper.InitializeObjects Method 

This method is used to initialize miscellaneous objects. This method will be called along with the other initialization methods. The difference between this method and the LoadObjects method is that this method will only be called once, so put non-reloadable objects here. Also, customized spaces will not be available yet. If any of the objects fail to initialize properly, throw an XPException. This will cause the App WarmUp to fail and disable the portal.

ReturnValue InitializeObjects(
   ConfigVarPack vpConfig,
   string strApplicationName,
   string strImageServerBaseURL,
   string strSecureImageServerBaseURL,
   CachingManager cmCachingManager
);

Parameters

vpConfig
strApplicationName
strImageServerBaseURL
strSecureImageServerBaseURL
cmCachingManager

See Also

IAppWarmUpHelper Interface | com.plumtree.uiinfrastructure.application Namespace