Changes between Version 18 and Version 19 of DeveloperGuidelines/Tutorial/RESTCustomisation
- Timestamp:
- 03/03/14 20:49:53 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DeveloperGuidelines/Tutorial/RESTCustomisation
v18 v19 76 76 }}} 77 77 78 Note: ''It is recommended to use the S3Method pattern because the S3Method class automatically takes care of certain additional controller parameters (in **attr, e.g. rheader) - whereas in a function we would have to implement those ourselves.''78 Note: ''It is recommended to use the S3Method pattern because the S3Method class automatically takes care of certain additional controller parameters (in !**attr, e.g. rheader) - whereas in a function we would have to implement those ourselves.'' 79 79 80 80 The output from the method handler (that is, the list of available shelters in our example) is then handed over to the view renderer, and from there returned to the client.