- Building Web Apps with Spring 5 and Angular
- Ajitesh Shukla
- 97字
- 2021-07-02 19:38:19
Handling request parameters
There are different ways in which user request parameters can be handled. We shall be taking the example of the signup form to understand the following concepts related to the most common ways of handling request parameters:
- Using the RequestParam annotation: This is used to bind the method parameters to web request parameters
- Using the RequestBody annotation: This is used to bind the method parameter to the body of the web request
- Using the PathVariable annotation: This is used to bind the method parameter to the URI template variable
推薦閱讀
- Java語言程序設計
- Learning LibGDX Game Development(Second Edition)
- Mobile Application Development:JavaScript Frameworks
- 移動UI設計(微課版)
- C++面向對象程序設計(微課版)
- Instant Typeahead.js
- iOS編程基礎:Swift、Xcode和Cocoa入門指南
- Windows Phone 8 Game Development
- SignalR:Real-time Application Development(Second Edition)
- Visual Basic程序設計基礎
- JavaScript前端開發基礎教程
- Python無監督學習
- 優化驅動的設計方法
- Web測試囧事
- 深入解析WPF編程