Plumtree UI Infrastructure API  
 

MVCController.HandleRedirect Method 

This method performs the core control flow execution of activityspace related logics. It processes the given redirect (if any) in the context of the requestData. This method may return a final Redirect object, which typically is a Redirect containing a DisplayPage object, or a flag to indicate an HTTP redirect.

public virtual Redirect HandleRedirect(
   Redirect redirect,
   RequestData tempData
);

Implements

IMVCController.HandleRedirect

See Also

MVCController Class | com.plumtree.uiinfrastructure.interpreter Namespace