|
|||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||||
java.lang.Objectcx.ath.kgslab.webutil.UserAgentUtil
User Agent 判別ユーティリティ
| フィールドの概要 | |
static int |
UA_Mozilla
Netscape6/Mozilla0.x以降 |
static int |
UA_MSIE
MSIE もしくは互換ブラウザ |
static int |
UA_OldNetscape
Netscape 4.x以前 |
static int |
UA_Opera
Opera |
static int |
UA_Unknown
判別できないUser Agent |
| コンストラクタの概要 | |
UserAgentUtil()
|
|
| メソッドの概要 | |
static int |
checkUserAgent(java.lang.String ua)
User Agent判別 |
| クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| フィールドの詳細 |
public static final int UA_Unknown
public static final int UA_MSIE
public static final int UA_Opera
public static final int UA_OldNetscape
public static final int UA_Mozilla
| コンストラクタの詳細 |
public UserAgentUtil()
| メソッドの詳細 |
public static int checkUserAgent(java.lang.String ua)
ua - User Agent文字列
|
|||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||||