Changes between Version 37 and Version 38 of S3REST
- Timestamp:
- 05/14/10 07:33:28 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
S3REST
v37 v38 78 78 The ''action'' method has to take the same arguments as the default handlers: ''jr'' (S3RESTRequest) and ''**attr''. 79 79 80 == Pre- and Post-Hooks==80 === Pre- and Post-Hooks === 81 81 82 82 You 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).