Changes between Version 3 and Version 4 of UTGBCore/RequestDispatcher
- Timestamp:
- 10/04/07 15:08:07 (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UTGBCore/RequestDispatcher
v3 v4 49 49 }}} 50 50 51 Our RequestDispatcher automatically set these parameter values from a given HTTP request. For example, an HTTP request http://localhost:8989/hello.action?name=leo&year=2007 will invoke setName("leo") and setYear(2007). 51 Our RequestDispatcher automatically set these parameter values from a given HTTP request. For example, an HTTP request 52 53 http://localhost:8989/hello.action?name=leo&year=2007 54 55 will invoke setName("leo") and setYear(2007) methods. 52 56 53 57 Note that, although the query string in the HTTP request consists of string values, our BeanUtil library