Package occi :: Module handlers
[hide private]
[frames] | no frames]

Module handlers

source code

The web handling part of the OCCI service.

Created on Jun 27, 2011


Author: tmetsch

Classes [hide private]
  BaseHandler
General request handler.
  ResourceHandler
Handles the request on single resource instances.
  CollectionHandler
Handles all operations on collections.
  QueryHandler
Handles the Query interface.
Variables [hide private]
  CONTENT_TYPE = 'Content-Type'
  ACCEPT = 'Accept'
  LINK = 'Link'
  LOCATION = 'X-OCCI-Location'
  ATTRIBUTE = 'X-OCCI-Attribute'
  CATEGORY = 'Category'
  QUERY_STRING = 'Query_String'
  __package__ = 'occi'

Imports: workflow, HTTPError