Package grassyknoll :: Package frontend :: Module RestCollection
[hide private]

Module RestCollection

source code

prototype implemenation of a RESTful Collection.

Built on EasyRest. Much inconsistency follows.

Classes [hide private]
  Bunch
  CollectionTemplate
a Template for outputting collection objects as HTML
  CollectionRequest
A Request object for CollectionApplication
  CollectionApplication
  CollectionView
a RESTful wrapper around a Collection
Functions [hide private]
 
url_for_id(id)
return a suitable url for a Collection id
source code
 
templatePath(name)
return a full path for template name
source code
Variables [hide private]
  _result_template = Template.from_file(templatePath('result.htm...
Variables Details [hide private]

_result_template

Value:
Template.from_file(templatePath('result.html'))