GWT Tk 0.2.3

asquare.gwt.debug.client
Class BrowserInfo

java.lang.Object
  extended by asquare.gwt.debug.client.BrowserInfo
Direct Known Subclasses:
BrowserInfoGecko, BrowserInfoGecko18, BrowserInfoIE6, BrowserInfoOpera, BrowserInfoSafari

public class BrowserInfo
extends Object

Gets information at runtime about the browser.


Constructor Summary
BrowserInfo()
           
 
Method Summary
 String getUserAgent()
          Returns a value representing the GWT user.agent property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BrowserInfo

public BrowserInfo()
Method Detail

getUserAgent

public String getUserAgent()
Returns a value representing the GWT user.agent property. This is a hard coded value. Each browser needs a separate own impl class to return the appropriate value.


GWT Tk 0.2.3

© 2007 Mat Gessel