TParam - リクエストパラメータの型@Published
public interface Request<TParam>
| 修飾子とタイプ | メソッドと説明 | 
|---|---|
TParam | 
getParam(String name)
リクエストパラメータを取得する。 
 | 
Map<TParam> | 
getParamMap()
リクエストパラメータのMapを取得する。 
 | 
String | 
getRequestPath()
リクエストパスを取得する。 
 | 
Request<TParam> | 
setRequestPath(String requestPath)
リクエストパスを設定する。 
 | 
String getRequestPath()
Request<TParam> setRequestPath(String requestPath)
requestPath - リクエストパスTParam getParam(String name)
name - パラメータ名Request.getParamMap()