Changes between Version 25 and Version 26 of RESTController
- Timestamp:
- 11/20/09 01:42:35 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
RESTController
v25 v26 184 184 The action function has to take the following arguments: 185 185 186 * '''jr''' = an object of the type XRequestcontaining all data about the request187 * '''onvalidation=None''' = function to called at create/update directly before writing to the database186 * '''jr''' = an instance of ''XRequest'' containing all data about the request 187 * '''onvalidation=None''' = function to be called at create/update directly before writing to the database 188 188 * '''onaccept=None''' = function to be called at create/update directly after writing to the database 189 189