org.sgx.j2s.html
Class Navigator

Package class diagram package Navigator
java.lang.Object
  extended by org.sgx.j2s.html.Navigator

public abstract class Navigator
extends java.lang.Object

html dom Navigator object wrapper. only compatible properties are available


Field Summary
 java.lang.String appCodeName
           
 java.lang.String appName
          Returns the name of the browser
 java.lang.String appVersion
           
 boolean cookieEnabled
           
static java.lang.String MSIE
          appName Value for IE
static java.lang.String Netscape
          appName Value for netscape / firefox
 java.lang.String platform
           
 java.lang.String userAgent
           
 
Constructor Summary
Navigator()
           
 
Method Summary
abstract  boolean javaEnabled()
          Specifies whether or not the browser has Java enabled
abstract  boolean taintEnabled()
          Specifies whether or not the browser has data tainting enabled
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

Netscape

public static final java.lang.String Netscape
appName Value for netscape / firefox

See Also:
Constant Field Values

MSIE

public static final java.lang.String MSIE
appName Value for IE

See Also:
Constant Field Values

appName

public java.lang.String appName
Returns the name of the browser


appCodeName

public java.lang.String appCodeName

appVersion

public java.lang.String appVersion

cookieEnabled

public boolean cookieEnabled

platform

public java.lang.String platform

userAgent

public java.lang.String userAgent
Constructor Detail

Navigator

public Navigator()
Method Detail

javaEnabled

public abstract boolean javaEnabled()
Specifies whether or not the browser has Java enabled

Returns:

taintEnabled

public abstract boolean taintEnabled()
Specifies whether or not the browser has data tainting enabled

Returns: