Uiinfrastructure API Docs  
 

RequestData.GetHasHTTPRedirect Method 

Helper method that checks whether or not an HTTP redirect has been set on this object (i.e. Redirect.SetIsHTTPRedirect(true)).

public virtual bool GetHasHTTPRedirect();

Return Value

boolean true implies there is an external redirect.

See Also

RequestData Class | com.plumtree.uiinfrastructure.interpreter Namespace