Uiinfrastructure API Docs  
 

AppWarmUp Class

This class provides the common jumpable initialization code for both the servlet and .aspx code to call. The initialization can be split into a core section, and a load section. The core method should be run only once, while the load methods can be called multiple times, to support extensible features.

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

System.Object
   com.plumtree.uiinfrastructure.application.AppWarmUp

public class AppWarmUp

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

Assembly: uiinfrastructure (in uiinfrastructure.dll)

See Also

AppWarmUp Members | com.plumtree.uiinfrastructure.application Namespace