de.laures.cewolf.taglib.util
Class BrowserDetection
java.lang.Object
de.laures.cewolf.taglib.util.BrowserDetection
public class BrowserDetection
- extends java.lang.Object
- Author:
- glaures
Field Summary |
private static int |
IE
|
private static java.lang.String |
MSIE
|
private static int |
OTHER
|
private static java.lang.String |
USER_AGENT_KEY
|
Method Summary |
static int |
getBrowser(javax.servlet.http.HttpServletRequest request)
|
static boolean |
isIE(javax.servlet.http.HttpServletRequest request)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
USER_AGENT_KEY
private static final java.lang.String USER_AGENT_KEY
- See Also:
- Constant Field Values
MSIE
private static final java.lang.String MSIE
- See Also:
- Constant Field Values
IE
private static final int IE
- See Also:
- Constant Field Values
OTHER
private static final int OTHER
- See Also:
- Constant Field Values
BrowserDetection
public BrowserDetection()
getBrowser
public static final int getBrowser(javax.servlet.http.HttpServletRequest request)
isIE
public static final boolean isIE(javax.servlet.http.HttpServletRequest request)