Uiinfrastructure API Docs  
 

Redirect.GetIsErrorRedirect Method 

This method returns whether or not this redirect should be handled as an error bounce by the Interpreter. If it is, and the user is not logged on, they will be redirected to the login page, and then be redirected back to this redirect after a succesful login. If they are not logged in, they will see an error page and then be redirected back.

public virtual bool GetIsErrorRedirect();

Return Value

boolean true implies is an error redirect

See Also

Redirect Class | com.plumtree.uiinfrastructure.activityspace Namespace