Uses of Enum Class
com.atlassian.confluence.util.UserAgentUtil.BrowserFamily
Packages that use UserAgentUtil.BrowserFamily
-
Uses of UserAgentUtil.BrowserFamily in com.atlassian.confluence.util
Methods in com.atlassian.confluence.util that return UserAgentUtil.BrowserFamilyModifier and TypeMethodDescriptionUserAgentUtil.Browser.getBrowserFamily()
UserAgentUtil.BrowserMajorVersion.getBrowserFamily()
static UserAgentUtil.BrowserFamily
Returns the enum constant of this class with the specified name.static UserAgentUtil.BrowserFamily[]
UserAgentUtil.BrowserFamily.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.BrowserFamilyModifier and TypeMethodDescriptionstatic boolean
UserAgentUtil.isBrowserFamily
(@NonNull UserAgentUtil.BrowserFamily browserFamily) Checks if the current user agent is in the given browser family.Constructors in com.atlassian.confluence.util with parameters of type UserAgentUtil.BrowserFamilyModifierConstructorDescriptionBrowser
(UserAgentUtil.BrowserFamily browserFamily, UserAgentUtil.BrowserMajorVersion browserMajorVersion, String browserMinorVersion)