public class BrowserUtils extends Object
Modifier and Type | Field and Description |
---|---|
static String |
USER_AGENT_HEADER |
Constructor and Description |
---|
BrowserUtils() |
Modifier and Type | Method and Description |
---|---|
static String |
getModifierKey()
Returns the modifier key appropriate for the user's browser and platform (used for access keys).
|
static boolean |
isFilterBasedPngOpacity(String userAgent)
Returns TRUE if the browser requires a Filter style opacity statement for PNGs
|
static boolean |
isIe456Or7(String userAgent) |
public static final String USER_AGENT_HEADER
public static String getModifierKey()
public static boolean isIe456Or7(String userAgent)
public static boolean isFilterBasedPngOpacity(String userAgent)
userAgent
- the user agent header from the requestCopyright © 2002-2022 Atlassian. All Rights Reserved.