Uses of Class
com.atlassian.confluence.util.UserAgentUtil.BrowserMajorVersion
-
Packages that use UserAgentUtil.BrowserMajorVersion Package Description com.atlassian.confluence.util -
-
Uses of UserAgentUtil.BrowserMajorVersion in com.atlassian.confluence.util
Methods in com.atlassian.confluence.util that return UserAgentUtil.BrowserMajorVersion Modifier and Type Method Description UserAgentUtil.BrowserMajorVersion
UserAgentUtil.Browser. getBrowserMajorVersion()
static UserAgentUtil.BrowserMajorVersion
UserAgentUtil.BrowserMajorVersion. valueOf(String name)
Returns the enum constant of this type with the specified name.static UserAgentUtil.BrowserMajorVersion[]
UserAgentUtil.BrowserMajorVersion. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.atlassian.confluence.util with parameters of type UserAgentUtil.BrowserMajorVersion Modifier and Type Method Description static boolean
UserAgentUtil. isBrowserMajorVersion(@NonNull UserAgentUtil.BrowserMajorVersion browserMajorVersion)
Checks if the current user agent is part of the browser family and has the major version of the given versionConstructors in com.atlassian.confluence.util with parameters of type UserAgentUtil.BrowserMajorVersion Constructor Description Browser(UserAgentUtil.BrowserFamily browserFamily, UserAgentUtil.BrowserMajorVersion browserMajorVersion, String browserMinorVersion)
-