Package com.atlassian.confluence.util
Enum Class UserAgentUtil.BrowserMajorVersion
java.lang.Object
java.lang.Enum<UserAgentUtil.BrowserMajorVersion>
com.atlassian.confluence.util.UserAgentUtil.BrowserMajorVersion
- All Implemented Interfaces:
- Serializable,- Comparable<UserAgentUtil.BrowserMajorVersion>,- Constable
- Enclosing class:
- UserAgentUtil
public static enum UserAgentUtil.BrowserMajorVersion
extends Enum<UserAgentUtil.BrowserMajorVersion>
- 
Nested Class SummaryNested classes/interfaces inherited from class java.lang.EnumEnum.EnumDesc<E extends Enum<E>>
- 
Enum Constant SummaryEnum ConstantsEnum ConstantDescription
- 
Method SummaryModifier and TypeMethodDescriptionintReturns the enum constant of this class with the specified name.static UserAgentUtil.BrowserMajorVersion[]values()Returns an array containing the constants of this enum class, in the order they are declared.
- 
Enum Constant Details- 
GOOGLE
- 
GOOGLE_BOT
- 
MSNBOT
- 
WEB_CRAWLER
- 
MSIE4
- 
MSIE5
- 
MSIE55
- 
MSIE5x
- 
MSIE6
- 
MSIE7
- 
MSIE8
- 
MSIE9
- 
MSIE10
- 
MSIE_UNKNOWN
- 
FIREFOX15
- 
FIREFOX2
- 
FIREFOX3
- 
FIREFOX31
- 
FIREFOX35
- 
FIREFOX36
- 
FIREFOX4
- 
FIREFOX_UNKNOWN
- 
SAFARI3
- 
SAFARI35
- 
SAFARI4
- 
SAFARI_UNKNOWN
- 
CHROME1
- 
CHROME2
- 
CHROME3
- 
CHROME4
- 
CHROME_UNKNOWN
- 
LOTUS_NOTES
- 
OPERA6
- 
OPERA7
- 
OPERA8
- 
OPERA9
- 
OPERA10
- 
KONQUEROR1
- 
KONQUEROR2
- 
KONQUEROR3
- 
KONQUEROR4
- 
CAMINO
- 
CHIMERA
- 
FIREBIRD
- 
PHEONIX
- 
GALEON
- 
NETSCAPE4
- 
NETSCAPE6
- 
NETSCAPE7
- 
NETSCAPE_UNKNOWN
- 
GECKO_UNKNOWN
- 
KHTML_UNKNOWN
- 
UNKNOWN
 
- 
- 
Method Details- 
valuesReturns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
 
- 
valueOfReturns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
- name- the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
- IllegalArgumentException- if this enum class has no constant with the specified name
- NullPointerException- if the argument is null
 
- 
getUserAgentString
- 
getBrowserFamily
- 
getVersionPospublic int getVersionPos()
- 
getMinorVersionPrefix
 
-