|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--jasp.webcom.BrowserType
Creates a BrowserType object that determines the capabilities, type, and version of each browser that accesses your Web site.
| Constructor Summary | |
BrowserType()
Creates a BrowserType object that provides your scripts with a description of the capabilities of the client's Web browser. |
|
| Method Summary | |
boolean |
ActiveControls()
Gets a value indicating whether the client browser supports ActiveX controls |
boolean |
Aol()
Gets a value indicating whether the client is an America Online (AOL) browser. |
boolean |
BackGroundSounds()
Gets a value indicating whether the client browser supports background sounds. |
boolean |
Beta()
Gets a value indicating whether the browser is a beta release. |
java.lang.String |
Browser()
Gets the browser string (if any) that was transmitted in the User-Agent header. |
boolean |
Cdf()
Gets a value indicating whether the client browser supports Channel Definition Format (CDF) for webcasting. |
boolean |
Cookies()
Gets a value indicating whether the client browser supports cookies. |
boolean |
Crawler()
Gets a value indicating whether the client browser is a Web crawler search engine. |
java.lang.String |
EcmaScriptVersion()
Gets the version number of ECMA script that the client browser supports. |
boolean |
Frames()
Gets a value indicating whether the client browser supports HTML frames. |
java.lang.String |
getDynamicProp(java.lang.String name)
Gets the dynamic properties of Browser. |
int |
getMajorVer()
Gets the major version number of the client browser. |
int |
getMinorVer()
Gets the minor (that is, decimal) version number of the client browser. |
boolean |
Javaapplets()
Gets a value indicating whether the client browser supports Java applets. |
boolean |
Javascript()
Gets a value indicating whether the client browser supports JavaScript. |
java.lang.String |
Platform()
Gets the name of the platform that the client uses. |
boolean |
Tables()
Gets a value indicating whether the client browser supports HTML tables. |
boolean |
Vbscript()
Gets a value indicating whether the client browser supports VBScript. |
java.lang.String |
Version()
Gets the full (integer and decimal) version number of the client browser. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public BrowserType()
| Method Detail |
public boolean Vbscript()
public java.lang.String Version()
public boolean Tables()
public boolean Javascript()
public boolean Javaapplets()
public boolean Frames()
public boolean Cookies()
public boolean Cdf()
public boolean Crawler()
public java.lang.String Browser()
public boolean Beta()
public boolean ActiveControls()
public boolean BackGroundSounds()
public java.lang.String Platform()
public int getMajorVer()
public java.lang.String getDynamicProp(java.lang.String name)
public boolean Aol()
public int getMinorVer()
public java.lang.String EcmaScriptVersion()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||