Changes between Version 25 and Version 26 of RESTController


Ignore:
Timestamp:
11/20/09 01:42:35 (15 years ago)
Author:
Dominic König
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • RESTController

    v25 v26  
    184184The action function has to take the following arguments:
    185185
    186   * '''jr''' = an object of the type XRequest containing all data about the request
    187   * '''onvalidation=None''' = function to called at create/update directly before writing to the database
     186  * '''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
    188188  * '''onaccept=None''' = function to be called at create/update directly after writing to the database
    189189