クラスの使用
com.handywedge.rest.FWRESTRequestClass
-
FWRESTRequestClassを使用しているパッケージ パッケージ 説明 com.handywedge.rest RESTインターフェースに関連するクラスを提供します。 -
-
com.handywedge.restでのFWRESTRequestClassの使用
FWRESTRequestClass型の注釈を持つcom.handywedge.restのメソッド 修飾子とタイプ メソッド 説明 FWRESTResponseFWRESTController. doDelete(FWRESTRequest request)HTTPのDELETEメソッドのリクエストで実行されます。FWRESTResponseFWRESTController. doPost(FWRESTRequest request)HTTPのPOSTメソッドのリクエストで実行されます。FWRESTResponseFWRESTController. doPut(FWRESTRequest request)HTTPのPUTメソッドのリクエストで実行されます。
-