Uses of Class
com.atlassian.confluence.util.UserAgentUtil.BrowserFamily

Packages that use UserAgentUtil.BrowserFamily
com.atlassian.confluence.util   
 

Uses of UserAgentUtil.BrowserFamily in com.atlassian.confluence.util
 

Methods in com.atlassian.confluence.util that return UserAgentUtil.BrowserFamily
 UserAgentUtil.BrowserFamily UserAgentUtil.BrowserMajorVersion.getBrowserFamily()
           
 UserAgentUtil.BrowserFamily UserAgentUtil.Browser.getBrowserFamily()
           
static UserAgentUtil.BrowserFamily UserAgentUtil.BrowserFamily.valueOf(java.lang.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
static boolean UserAgentUtil.isBrowserFamily(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
UserAgentUtil.Browser(UserAgentUtil.BrowserFamily browserFamily, UserAgentUtil.BrowserMajorVersion browserMajorVersion, java.lang.String browserMinorVersion)
           
 



Copyright © 2003-2014 Atlassian. All Rights Reserved.