Changes between Version 3 and Version 4 of UTGBCore/RequestDispatcher


Ignore:
Timestamp:
10/04/07 15:08:07 (18 years ago)
Author:
leo
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • UTGBCore/RequestDispatcher

    v3 v4  
    4949}}}
    5050
    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).
     51Our RequestDispatcher automatically set these parameter values from a given HTTP request. For example, an HTTP request 
     52
     53http://localhost:8989/hello.action?name=leo&year=2007
     54
     55will invoke setName("leo") and setYear(2007) methods.
    5256
    5357Note that, although the query string in the HTTP request consists of string values, our BeanUtil library