Class Overview
This was taken from atlassian-webwork1 and placed into its now rightful home of JIRA.
Summary
[Expand]
Inherited Methods |
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
|
Constants
public
static
final
int
LINUX
Constant Value:
30
(0x0000001e)
public
static
final
int
MACOSX
Constant Value:
20
(0x00000014)
public
static
final
int
OPERA
Constant Value:
10
(0x0000000a)
public
static
final
int
OTHER
Constant Value:
0
(0x00000000)
public
static
final
int
WINDOWS
Constant Value:
10
(0x0000000a)
Public Constructors
public
WebRequestUtils
()
Public Methods
public
static
int
getBrowser
(HttpServletRequest request)
public
static
int
getBrowserOperationSystem
(HttpServletRequest request)
public
static
String
getModifierKey
()
Returns the modifier key appropriate for this request (used for access keys)
Returns
- Key or key combinations e.g. "Alt" or "Ctrl"
public
static
boolean
isGoodBrowser
(HttpServletRequest request)