org.kuali.student.common.ui.client.util
Class BrowserUtils

java.lang.Object
  extended by org.kuali.student.common.ui.client.util.BrowserUtils

public class BrowserUtils
extends Object

This provides a library of JSNI methods.


Constructor Summary
BrowserUtils()
           
 
Method Summary
static String getOperatingSystem()
           
static String getString(String name)
           
static String getUserAgent()
           
static void redirect(String url)
          Redirect browser window to a different url
static void reload()
          Reload the current browser page.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BrowserUtils

public BrowserUtils()
Method Detail

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 © 2010 The Kuali Foundation. All rights reserved.