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

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

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

Methods in com.atlassian.confluence.util that return UserAgentUtil.BrowserMajorVersion
 UserAgentUtil.BrowserMajorVersion UserAgentUtil.Browser.getBrowserMajorVersion()
           
static UserAgentUtil.BrowserMajorVersion UserAgentUtil.BrowserMajorVersion.valueOf(java.lang.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
static boolean UserAgentUtil.isBrowserMajorVersion(UserAgentUtil.BrowserMajorVersion browserMajorVersion)
          Checks if the current user agent is part of the browser family and has the major version of the given version
 

Constructors in com.atlassian.confluence.util with parameters of type UserAgentUtil.BrowserMajorVersion
UserAgentUtil.Browser(UserAgentUtil.BrowserFamily browserFamily, UserAgentUtil.BrowserMajorVersion browserMajorVersion, java.lang.String browserMinorVersion)
           
 



Copyright © 2003-2014 Atlassian. All Rights Reserved.