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