java.lang.Object
jp.ecuacion.splib.web.controller.SplibBaseController
- 直系の既知のサブクラス:
ShowPageController,SplibGeneralController,SystemErrorController
-
フィールドの概要
フィールド -
コンストラクタの概要
コンストラクタ -
メソッドの概要
修飾子とタイプメソッド説明voidinitBinder(org.springframework.web.bind.WebDataBinder binder) submit時、request parameter内の各項目を一括変更してくれる処理。
-
フィールド詳細
-
request
@Autowired protected jakarta.servlet.http.HttpServletRequest request
-
-
コンストラクタの詳細
-
SplibBaseController
public SplibBaseController()
-
-
メソッドの詳細
-
initBinder
@InitBinder public void initBinder(org.springframework.web.bind.WebDataBinder binder) submit時、request parameter内の各項目を一括変更してくれる処理。
-