Uiinfrastructure API Docs  
 

AClearModel.GetNewTempData Method 

This method returns a new temporary data object. It is called at the beginning of a new HTTP Request. This method can perform initialization on the data object if necessary.

public abstract object GetNewTempData();

Return Value

Object the new temporary data object

See Also

AClearModel Class | com.plumtree.uiinfrastructure.activityspace Namespace