|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.wings.session.BrowserType
public class BrowserType
Typesafe enumeration class of operating systems on browsers client side.
Example usage of how to get the browser type
SessionManager.getSession().getUserAgent().getBrowserType()
| Nested Class Summary | |
|---|---|
static class |
BrowserType.BrowserID
|
| Field Summary | |
|---|---|
static BrowserType |
GECKO
Gecko based browser type. |
static BrowserType |
IE
Internet Explorere variant. |
static BrowserType |
KONQUEROR
Konqueror browser type on Linux/KDE. |
static BrowserType |
MOZILLA
Old mozilla browser type. |
static BrowserType |
OPERA
Opera browser type on Linux/KDE. |
static BrowserType |
UNKNOWN
Unknown browser type |
| Method Summary | |
|---|---|
String |
getDescription()
|
int |
getId()
|
String |
getShortName()
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final BrowserType UNKNOWN
public static final BrowserType GECKO
public static final BrowserType MOZILLA
public static final BrowserType IE
public static final BrowserType OPERA
public static final BrowserType KONQUEROR
| Method Detail |
|---|
public int getId()
public String getDescription()
public String getShortName()
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||