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