Uses of Enum Class
com.atlassian.confluence.util.UserAgentUtil.BrowserMajorVersion
Packages that use UserAgentUtil.BrowserMajorVersion
-
Uses of UserAgentUtil.BrowserMajorVersion in com.atlassian.confluence.util
Methods in com.atlassian.confluence.util that return UserAgentUtil.BrowserMajorVersionModifier and TypeMethodDescriptionUserAgentUtil.Browser.getBrowserMajorVersion()
Returns the enum constant of this class with the specified name.static UserAgentUtil.BrowserMajorVersion[]
UserAgentUtil.BrowserMajorVersion.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.atlassian.confluence.util with parameters of type UserAgentUtil.BrowserMajorVersionModifier and TypeMethodDescriptionstatic 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.BrowserMajorVersionModifierConstructorDescriptionBrowser
(UserAgentUtil.BrowserFamily browserFamily, UserAgentUtil.BrowserMajorVersion browserMajorVersion, String browserMinorVersion)