asquare.gwt.debug.client
Class BrowserInfo
java.lang.Object
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.
|
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 |
BrowserInfo
public BrowserInfo()
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.
© 2007 Mat Gessel