public class UserAgentMatcher extends Object
Modifier and Type | Method and Description |
---|---|
static boolean |
html5DndIsSupported(String UA) |
static boolean |
isChrome(String UA) |
static boolean |
isFirefox3(String UA) |
static boolean |
isFirefox4OrMore(String UA) |
static boolean |
isHistoryPushStateSupported(String UA) |
static boolean |
isMSIE10OrMore(String UA) |
static boolean |
isMSIE6or7(String UA) |
static boolean |
isSafari5(String UA) |
public static boolean isFirefox3(String UA)
public static boolean isFirefox4OrMore(String UA)
public static boolean isSafari5(String UA)
public static boolean isChrome(String UA)
public static boolean html5DndIsSupported(String UA)
public static boolean isMSIE6or7(String UA)
public static boolean isMSIE10OrMore(String UA)
public static boolean isHistoryPushStateSupported(String UA)
Copyright © 2015 Nuxeo SA. All rights reserved.