org.wings.session
Class BrowserType.BrowserID

java.lang.Object
  extended by org.wings.session.BrowserType.BrowserID
All Implemented Interfaces:
Serializable
Enclosing class:
BrowserType

public static class BrowserType.BrowserID
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
static int GECKO
           
static int IE
           
static int KONQUEROR
           
static int MOZILLA
           
static int OPERA
           
static int UNKNOWN
           
 
Constructor Summary
BrowserType.BrowserID()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

UNKNOWN

public static final int UNKNOWN
See Also:
Constant Field Values

GECKO

public static final int GECKO
See Also:
Constant Field Values

MOZILLA

public static final int MOZILLA
See Also:
Constant Field Values

IE

public static final int IE
See Also:
Constant Field Values

OPERA

public static final int OPERA
See Also:
Constant Field Values

KONQUEROR

public static final int KONQUEROR
See Also:
Constant Field Values
Constructor Detail

BrowserType.BrowserID

public BrowserType.BrowserID()


wingS Swings ;-)