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