Package com.avoka.core.util
Class UserAgentUtils
java.lang.Object
com.avoka.core.util.UserAgentUtils
Provides a user agent utilities.
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
BROWSER_MSIE
Constant name for Microsoft IE- See Also:
-
-
Constructor Details
-
UserAgentUtils
public UserAgentUtils()
-
-
Method Details
-
getOS
Return the OS information about the user agent.- Parameters:
userAgent
- the user agent string- Returns:
- the OS information about the user agent
-
getBrowser
Return the browser information about the user agent.- Parameters:
userAgent
- the user agent string- Returns:
- the browser information about the user agent
-