Package com.avoka.core.util
Class UserAgentUtils
- java.lang.Object
-
- com.avoka.core.util.UserAgentUtils
-
public class UserAgentUtils extends Object
Provides a user agent utilities.
-
-
Field Summary
Fields Modifier and Type Field Description static String
BROWSER_MSIE
Constant name for Microsoft IE
-
Constructor Summary
Constructors Constructor Description UserAgentUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static String[]
getBrowser(String userAgent)
Return the browser information about the user agent.static String[]
getOS(String userAgent)
Return the OS information about the user agent.
-
-
-
Field Detail
-
BROWSER_MSIE
public static final String BROWSER_MSIE
Constant name for Microsoft IE- See Also:
- Constant Field Values
-
-