Package | Description |
---|---|
net.waglewagle.util |
Modifier and Type | Method and Description |
---|---|
static WebUtil.Browser |
WebUtil.resolveBrowser(javax.servlet.http.HttpServletRequest request)
주어진 HttpServletRequest 정보로 판단하여 브라우저 종류를 돌려준다.
|
static WebUtil.Browser |
WebUtil.resolveBrowser(java.lang.String userAgent)
주어진 User Agent 값으로 판단하여 브라우저 종류를 돌려준다.
|
static WebUtil.Browser |
WebUtil.Browser.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static WebUtil.Browser[] |
WebUtil.Browser.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|