public class WebRequestUtils extends Object
Modifier and Type | Field and Description |
---|---|
static int |
LINUX |
static int |
MACOSX |
static int |
OPERA |
static int |
OTHER |
static int |
WINDOWS |
Constructor and Description |
---|
WebRequestUtils() |
Modifier and Type | Method and Description |
---|---|
static int |
getBrowser(javax.servlet.http.HttpServletRequest request) |
static int |
getBrowserOperationSystem(javax.servlet.http.HttpServletRequest request) |
static String |
getModifierKey()
Returns the modifier key appropriate for this request (used for access keys)
|
static boolean |
isGoodBrowser(javax.servlet.http.HttpServletRequest request) |
public static final int OTHER
public static final int OPERA
public static final int WINDOWS
public static final int MACOSX
public static final int LINUX
public static boolean isGoodBrowser(javax.servlet.http.HttpServletRequest request)
public static int getBrowser(javax.servlet.http.HttpServletRequest request)
public static int getBrowserOperationSystem(javax.servlet.http.HttpServletRequest request)
public static String getModifierKey()
Copyright © 2002-2018 Atlassian. All Rights Reserved.