|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectjp.sourceforge.livez.MobilePhoneGenerator<BrewRequest,Brew>
jp.sourceforge.livez.brew.BrewGenerator
public final class BrewGenerator
BREW端末情報を生成する携帯端末情報ジェネレータクラスです。
| フィールドの概要 | |
|---|---|
static String |
BEAN_ID
BREWサービス検証クラスが設定ファイルを参照してこのクラスを生成する時に使用するキー名です。 |
| コンストラクタの概要 | |
|---|---|
BrewGenerator()
デフォルトコンストラクタです。 |
|
| メソッドの概要 | |
|---|---|
Brew |
create(BrewRequest r)
BREW端末リクエスト情報からiモード端末情報を生成して返します。 |
Brew |
create(HttpServletRequest request)
HTTP リクエスト情報からBREW端末情報を生成して返します。 |
| クラス java.lang.Object から継承されたメソッド |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| フィールドの詳細 |
|---|
public static final String BEAN_ID
BrewService.getMobilePhoneGenerator(WebApplicationContext),
定数フィールド値| コンストラクタの詳細 |
|---|
public BrewGenerator()
| メソッドの詳細 |
|---|
public Brew create(BrewRequest r)
throws NullPointerException
MobilePhoneGenerator<BrewRequest,Brew> 内の creater - BREW端末リクエスト情報
NullPointerException - BREW端末リクエスト情報が null の場合
public Brew create(HttpServletRequest request)
throws NullPointerException,
IllegalRequestException
MobilePhoneGenerator<BrewRequest,Brew> 内の createrequest - HTTPリクエスト情報
NullPointerException - HTTPリクエスト情報が null の場合
IllegalRequestException - HTTPリクエスト情報が不正な場合
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||