Changes between Version 14 and Version 15 of S3/S3Method
- Timestamp:
- 06/13/14 12:09:04 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
S3/S3Method
v14 v15 2 2 = S3Method = 3 3 4 '''S3Method''' is an interface to implement method handlers for the [wiki:S3 XRC/RESTfulAPIRESTful API]. Method handlers are used to perform requested actions on S3Resources, and produce the output for the view.4 '''S3Method''' is an interface to implement method handlers for the [wiki:S3#RESTfulAPI S3 RESTful API]. Method handlers are used to perform requested actions on S3Resources, and produce the output for the view. 5 5 6 6 == Implementing Methods ==