Uiinfrastructure API Docs  
 

IMVCController.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.

Redirect HandleRedirect(
   Redirect redirect,
   RequestData requestData
);

Parameters

redirect
Redirect to be processed, if any
requestData
the request

Return Value

the final Redirect, either a DisplayPage or an HTTP redirect

See Also

IMVCController Interface | com.plumtree.uiinfrastructure.interpreter Namespace