Class SplibBaseController
java.lang.Object
jp.ecuacion.splib.web.controller.SplibBaseController
- Direct Known Subclasses:
ShowPageController, SplibGeneralController
Provides abstract base controller.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidinitBinder(org.springframework.web.bind.WebDataBinder binder) Provides the feature that the item values in a request parameter changes all at once.
-
Field Details
-
request
@Autowired protected jakarta.servlet.http.HttpServletRequest request
-
-
Constructor Details
-
SplibBaseController
public SplibBaseController()
-
-
Method Details
-
initBinder
@InitBinder public void initBinder(org.springframework.web.bind.WebDataBinder binder) Provides the feature that the item values in a request parameter changes all at once.- Parameters:
binder- binder
-