Changes between Version 35 and Version 36 of RESTController


Ignore:
Timestamp:
05/14/10 07:06:27 (15 years ago)
Author:
Dominic König
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • RESTController

    v35 v36  
    174174The action function has to take the following arguments:
    175175
    176   * '''jr''' = an instance of ''XRequest'' containing all data about the request
     176  * '''jr''' = an instance of ''S3RESTRequest'' containing all data about the request
    177177  * '''onvalidation=None''' = function to be called at create/update directly before writing to the database
    178178  * '''onaccept=None''' = function to be called at create/update directly after writing to the database