|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectjp.sourceforge.livez.imode.ImodeService
public final class ImodeService
iモードサービス検証クラスです。
| コンストラクタの概要 | |
|---|---|
ImodeService()
デフォルトコンストラクタです。 |
|
| メソッドの概要 | |
|---|---|
ImodeGenerator |
getMobilePhoneGenerator(WebApplicationContext context)
iモード端末情報ジェネレータを返します。 |
ImodeRequest |
getMobilePhoneRequest(HttpServletRequest request)
HTTP リクエスト情報を解析しiモード端末リクエスト情報を返します。 |
| クラス java.lang.Object から継承されたメソッド |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| コンストラクタの詳細 |
|---|
public ImodeService()
| メソッドの詳細 |
|---|
public ImodeRequest getMobilePhoneRequest(HttpServletRequest request)
throws IllegalRequestException
Service<ImodeRequest,ImodeGenerator> 内の getMobilePhoneRequestrequest - HTTP リクエスト情報
NullPointerException - HTTPリクエスト情報が null の場合
IllegalRequestException - HTTPリクエスト情報が不正な場合public ImodeGenerator getMobilePhoneGenerator(WebApplicationContext context)
Service<ImodeRequest,ImodeGenerator> 内の getMobilePhoneGeneratorcontext - Spring Framework の WebApplicationContext
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||