Uiinfrastructure API Docs  
 

InitializeResourceManager Class

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.

For a list of all members of this type, see InitializeResourceManager Members.

System.Object
   com.plumtree.uiinfrastructure.application.startup.InitializeResourceManager

public class InitializeResourceManager : IStartupTask, IMessage

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: com.plumtree.uiinfrastructure.application.startup

Assembly: uiinfrastructure (in uiinfrastructure.dll)

See Also

InitializeResourceManager Members | com.plumtree.uiinfrastructure.application.startup Namespace