Changes between Version 35 and Version 36 of RESTController
- Timestamp:
- 05/14/10 07:06:27 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
RESTController
v35 v36 174 174 The action function has to take the following arguments: 175 175 176 * '''jr''' = an instance of '' XRequest'' containing all data about the request176 * '''jr''' = an instance of ''S3RESTRequest'' containing all data about the request 177 177 * '''onvalidation=None''' = function to be called at create/update directly before writing to the database 178 178 * '''onaccept=None''' = function to be called at create/update directly after writing to the database