|

Personal, Standard, Enterprise
|
ServletWorker (ID #24200)
OOP-Reserch Corporation
The next parameters will be passed to the model by the controller Servlet.
* HttpServletRequest
* ParsedRequestParameters
* UserInfo
Please retrieve the required information from the second parameter, because you can avoid the unnecessary byte-to-character conversion. ParsedRequestParameters can also be used to save some of the request parameters into the SQL table by RequestStore. By the third parameter, the model can identify the user id and the group to which the user belongs. The model can put some object into UserInfo, and the subsequent model within the same session can get it later.

ServletWorker home page
|