クラスの使用
com.handywedge.rest.FWRESTResponse
-
FWRESTResponseを使用しているパッケージ パッケージ 説明 com.handywedge.rest RESTインターフェースに関連するクラスを提供します。 -
-
com.handywedge.restでのFWRESTResponseの使用
com.handywedge.restでのFWRESTResponseのサブクラス 修飾子とタイプ クラス 説明 classFWRESTEmptyResponse共通属性以外を持たないJSONレスポンスクラスです。FWRESTResponseを返すcom.handywedge.restのメソッド 修飾子とタイプ メソッド 説明 FWRESTResponseFWRESTController. doDelete(FWRESTRequest request)HTTPのDELETEメソッドのリクエストで実行されます。FWRESTResponseFWRESTController. doGet(String param)HTTPのGETメソッドのリクエストで実行されます。FWRESTResponseFWRESTController. doPost(FWRESTRequest request)HTTPのPOSTメソッドのリクエストで実行されます。FWRESTResponseFWRESTController. doPut(FWRESTRequest request)HTTPのPUTメソッドのリクエストで実行されます。
-