Package | Description |
---|---|
com.atlassian.confluence.util |
Modifier and Type | Method and Description |
---|---|
UserAgentUtil.BrowserFamily |
UserAgentUtil.BrowserMajorVersion.getBrowserFamily() |
UserAgentUtil.BrowserFamily |
UserAgentUtil.Browser.getBrowserFamily() |
static UserAgentUtil.BrowserFamily |
UserAgentUtil.BrowserFamily.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UserAgentUtil.BrowserFamily[] |
UserAgentUtil.BrowserFamily.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static boolean |
UserAgentUtil.isBrowserFamily(@NonNull UserAgentUtil.BrowserFamily browserFamily)
Checks if the current user agent is in the given browser family.
|
Constructor and Description |
---|
Browser(UserAgentUtil.BrowserFamily browserFamily,
UserAgentUtil.BrowserMajorVersion browserMajorVersion,
String browserMinorVersion) |
Copyright © 2003–2020 Atlassian. All rights reserved.