org.millstone.webadapter
Class WebBrowser.JavaScriptVersion

java.lang.Object
  |
  +--org.millstone.webadapter.WebBrowser.JavaScriptVersion
Enclosing class:
WebBrowser

public class WebBrowser.JavaScriptVersion
extends java.lang.Object


Method Summary
 boolean equals(java.lang.Object obj)
           
 boolean supports(WebBrowser.JavaScriptVersion other)
          Check compability with other JavaScript version.
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object
See Also:
Object.equals(Object)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object
See Also:
Object.toString()

supports

public boolean supports(WebBrowser.JavaScriptVersion other)
Check compability with other JavaScript version. Use this like: boolean isEcma = someVersion.supports(ECMA_262);

Returns:
true if this supports the other, false otherwise


Copyright © 2000,2001,2002 IT Mill Ltd. All Rights Reserved.