com.ivata.mask.web.browser
Class BrowserConstants

java.lang.Object
  extended bycom.ivata.mask.web.browser.BrowserConstants

public class BrowserConstants
extends java.lang.Object

Just what the name says: this class contains constants used by Browser.

Since:
ivata masks 0.4 (2002-09-12)
Version:
$Revision: 1.2 $
Author:
Colin MacLeod colin.macleod@ivata.com

Field Summary
static java.lang.Integer TYPE_GALEON
           Identifies KDE Konqueror web browser.
static java.lang.Integer TYPE_INTERNET_EXPLORER
           Identifies Microsoft Internet Explorer web browser.
static java.lang.Integer TYPE_KONQUEROR
           Identifies KDE Konqueror web browser.
static java.lang.Integer TYPE_LYNX
           Identifies Lynx text web browser.
static java.lang.Integer TYPE_MOZILLA
           Identifies Mozilla (post Netscape code-release) web browsers.
static java.lang.Integer TYPE_NETSCAPE
           Identifies Netscape (not Mozilla) web browsers.
static java.lang.Integer TYPE_OPERA
           Identifies Opera web browser.
static java.lang.Integer TYPE_ROBOT
           Identifies any cyborg, robot, spider or otherwise synthetic browser.
static java.lang.Integer TYPE_UNKNOWN
           Identifies any unrecognized web browser.
 
Constructor Summary
BrowserConstants()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TYPE_UNKNOWN

public static final java.lang.Integer TYPE_UNKNOWN

Identifies any unrecognized web browser.


TYPE_INTERNET_EXPLORER

public static final java.lang.Integer TYPE_INTERNET_EXPLORER

Identifies Microsoft Internet Explorer web browser.


TYPE_NETSCAPE

public static final java.lang.Integer TYPE_NETSCAPE

Identifies Netscape (not Mozilla) web browsers.


TYPE_MOZILLA

public static final java.lang.Integer TYPE_MOZILLA

Identifies Mozilla (post Netscape code-release) web browsers.


TYPE_OPERA

public static final java.lang.Integer TYPE_OPERA

Identifies Opera web browser.


TYPE_LYNX

public static final java.lang.Integer TYPE_LYNX

Identifies Lynx text web browser.


TYPE_KONQUEROR

public static final java.lang.Integer TYPE_KONQUEROR

Identifies KDE Konqueror web browser.


TYPE_GALEON

public static final java.lang.Integer TYPE_GALEON

Identifies KDE Konqueror web browser.


TYPE_ROBOT

public static final java.lang.Integer TYPE_ROBOT

Identifies any cyborg, robot, spider or otherwise synthetic browser.

Constructor Detail

BrowserConstants

public BrowserConstants()


Copyright © 2001-2005 ivata limited. All Rights Reserved.