Changes between Version 21 and Version 22 of RESTController
- Timestamp:
- 11/20/09 01:29:05 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
RESTController
v21 v22 95 95 where: 96 96 97 - '''module''' is the name of the module in which the component is defined (prefix)98 - '''resource''' is the name of the component (without the prefix)97 - '''module''' is the prefix of the module in which the component is defined 98 - '''resource''' is the name of the component (without the module prefix) 99 99 - '''multiple''' indicates whether this is a N:1 (True) or 1:1 (False) join, defaults to True 100 100 - '''joinby''' describes the join keys: