org.kuali.student.common.ui.client.util
Class BrowserUtils
java.lang.Object
org.kuali.student.common.ui.client.util.BrowserUtils
public class BrowserUtils
- extends Object
This provides a library of JSNI methods.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BrowserUtils
public BrowserUtils()
getOperatingSystem
public static String getOperatingSystem()
getString
public static String getString(String name)
getUserAgent
public static String getUserAgent()
redirect
public static void redirect(String url)
- Redirect browser window to a different url
- Parameters:
url
-
reload
public static void reload()
- Reload the current browser page.
Copyright © 2007-2011 The Kuali Foundation. All Rights Reserved.