Class UiResult
- java.lang.Object
-
- com.google.gerrit.extensions.webui.UiResult
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static UiResult
alert(String message)
Display an alert message to the user.static UiResult
openUrl(String url)
Launch URL in a new window.static UiResult
openUrl(URI uri)
Launch URL in a new window.static UiResult
redirectUrl(String url)
Redirect the browser to a new URL.
-