Changes between Version 17 and Version 18 of DeveloperGuidelines/Tutorial/RESTCustomisation
- Timestamp:
- 03/03/14 20:49:30 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DeveloperGuidelines/Tutorial/RESTCustomisation
v17 v18 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. the "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.