Changes between Version 37 and Version 38 of S3REST


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

--

Legend:

Unmodified
Added
Removed
Modified
  • S3REST

    v37 v38  
    7878The ''action'' method has to take the same arguments as the default handlers: ''jr'' (S3RESTRequest) and ''**attr''.
    7979
    80 == Pre- and Post-Hooks ==
     80=== Pre- and Post-Hooks ===
    8181
    8282You can hook in a '''preprocessing''' function into the REST controller (as response.s3.prep) which will be called ''after'' the controller has parsed the request, but ''before'' it gets actually executed - with the current S3RESTRequest as argument (which includes the primary resource record, if any).