Plumtree UI Infrastructure API  
 

MVCController.CreateSpace Method 

Helper method that creates a new AActivitySpace and stores it on the tempData object. This method should be thread safe for multiple simultaneous requests per user if tempData has a null m_smCache variable (this is the case when this method is called from the HandleGatewayRequest method.

public virtual void CreateSpace(
   RequestData tempData
);

Parameters

tempData

See Also

MVCController Class | com.plumtree.uiinfrastructure.interpreter Namespace