de.laures.cewolf.taglib.util
Class BrowserDetection

java.lang.Object
  extended by 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
           
 
Constructor Summary
BrowserDetection()
           
 
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
 

Field Detail

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
Constructor Detail

BrowserDetection

public BrowserDetection()
Method Detail

getBrowser

public static final int getBrowser(javax.servlet.http.HttpServletRequest request)

isIE

public static final boolean isIE(javax.servlet.http.HttpServletRequest request)