Uses of Class
com.atlassian.confluence.util.UserAgentUtil.BrowserFamily
-
Packages that use UserAgentUtil.BrowserFamily Package Description com.atlassian.confluence.util -
-
Uses of UserAgentUtil.BrowserFamily in com.atlassian.confluence.util
Methods in com.atlassian.confluence.util that return UserAgentUtil.BrowserFamily Modifier and Type Method Description UserAgentUtil.BrowserFamily
UserAgentUtil.Browser. getBrowserFamily()
UserAgentUtil.BrowserFamily
UserAgentUtil.BrowserMajorVersion. 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.Methods in com.atlassian.confluence.util with parameters of type UserAgentUtil.BrowserFamily Modifier and Type Method Description static 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.BrowserFamily Constructor Description Browser(UserAgentUtil.BrowserFamily browserFamily, UserAgentUtil.BrowserMajorVersion browserMajorVersion, String browserMinorVersion)
-