Class UserAgentMatcher
- java.lang.Object
-
- org.nuxeo.ecm.platform.web.common.UserAgentMatcher
-
@Deprecated public class UserAgentMatcher extends Object
Deprecated.since 7.1, useUserAgentMatcher
instead.Helper class to detect Html5 Dnd compliant browsers based on the User Agent string- Author:
- Tiry ([email protected]), Thomas Roger
-
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static boolean
html5DndIsSupported(String UA)
Deprecated.static boolean
isChrome(String UA)
Deprecated.static boolean
isFirefox3(String UA)
Deprecated.static boolean
isFirefox4OrMore(String UA)
Deprecated.static boolean
isHistoryPushStateSupported(String UA)
Deprecated.static boolean
isMSIE10OrMore(String UA)
Deprecated.static boolean
isMSIE6or7(String UA)
Deprecated.static boolean
isSafari5(String UA)
Deprecated.
-
-
-
Method Detail
-
isFirefox3
public static boolean isFirefox3(String UA)
Deprecated.
-
isFirefox4OrMore
public static boolean isFirefox4OrMore(String UA)
Deprecated.
-
isSafari5
public static boolean isSafari5(String UA)
Deprecated.
-
isChrome
public static boolean isChrome(String UA)
Deprecated.
-
html5DndIsSupported
public static boolean html5DndIsSupported(String UA)
Deprecated.
-
isMSIE6or7
public static boolean isMSIE6or7(String UA)
Deprecated.
-
isMSIE10OrMore
public static boolean isMSIE10OrMore(String UA)
Deprecated.- Since:
- 5.9.5
-
isHistoryPushStateSupported
public static boolean isHistoryPushStateSupported(String UA)
Deprecated.
-
-