Uses of Class
com.atlassian.confluence.util.MobileUtils.MobileOS
-
Packages that use MobileUtils.MobileOS Package Description com.atlassian.confluence.util -
-
Uses of MobileUtils.MobileOS in com.atlassian.confluence.util
Methods in com.atlassian.confluence.util that return MobileUtils.MobileOS Modifier and Type Method Description static MobileUtils.MobileOS
MobileUtils. getMobileOS(javax.servlet.http.HttpServletRequest request)
Get mobile os typestatic MobileUtils.MobileOS
MobileUtils.MobileOS. valueOf(String name)
Returns the enum constant of this type with the specified name.static MobileUtils.MobileOS[]
MobileUtils.MobileOS. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-