Uiinfrastructure API Docs  
 

Interpreter.SendHTTPRedirect Method 

This helper method sends a 302 redirect.

public static void SendHTTPRedirect(
   Redirect myRedirect,
   RequestData tempData
);

Parameters

myRedirect
The 302 redirect to send.
tempData
The current request data.

See Also

Interpreter Class | com.plumtree.uiinfrastructure.interpreter Namespace