Changes between Version 4 and Version 5 of UTGBCore/RequestDispatcher
- Timestamp:
- 10/04/07 15:08:45 (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UTGBCore/RequestDispatcher
v4 v5 56 56 57 57 Note that, although the query string in the HTTP request consists of string values, our BeanUtil library 58 detects the data type to which the string should be translated by reading the class definition (in this example, Hello class).58 detects the data type to which the string should be translated by analysing the class definition (in this example, Hello class). 59 59 60 60