|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectse.entra.phantom.server.http.BrowserCapabilities
public class BrowserCapabilities
This class checks the predefined NetPhantom capabilities of a browser
using the BrowserIdentification class.
Some settings may be checked as strings by the methods in this class.
| Field Summary | |
|---|---|
boolean |
isButtonSupported
The browser supports the "BUTTON" HTML tag. |
boolean |
isDisableSupported
The browser supports the "DISABLED" attribute for entry fields, push buttons, etc. |
boolean |
isLabelSupported
The browser supports the "LABEL" HTML tag. |
| Constructor Summary | |
|---|---|
BrowserCapabilities()
Creates default capability settings when a browser is not identified. |
|
BrowserCapabilities(IniFile ini,
String section)
Initiates the browser capabilities class members from the "user agent" string of the browser in conjunction with the "Browser Identification" class. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public final boolean isDisableSupported
public final boolean isLabelSupported
public final boolean isButtonSupported
| Constructor Detail |
|---|
public BrowserCapabilities()
public BrowserCapabilities(IniFile ini,
String section)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||