public class BrowserInfoIE extends BrowserInfo
| Modifier and Type | Field and Description |
|---|---|
static BrowserInfoIE |
IS_IT_NOT_IE
Is it not
|
IS_IT_NOT| Constructor and Description |
|---|
BrowserInfoIE(com.helger.commons.version.Version aVersion,
boolean bIsIECompatibilityMode) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDisplayText(Locale aContentLocale) |
boolean |
isIECompatibilityMode() |
String |
toString() |
getBrowserType, getVersion, isIt, isItNotpublic static final BrowserInfoIE IS_IT_NOT_IE
public BrowserInfoIE(@Nonnull com.helger.commons.version.Version aVersion, boolean bIsIECompatibilityMode)
public boolean isIECompatibilityMode()
true if any IE compatibility mode is activepublic String getDisplayText(@Nonnull Locale aContentLocale)
getDisplayText in interface com.helger.commons.text.display.IHasDisplayTextgetDisplayText in class BrowserInfopublic String toString()
toString in class BrowserInfoCopyright © 2016–2019 Philip Helger. All rights reserved.