| Home | Trees | Indices | Help |
|
|---|
|
|
Common functions and classes for services and cores.
| Classes | |
| Error | |
|
BadMethod raised to generate an HTTP 405 response. |
|
|
UnknownURI raised to generate an HTTP 404 response. |
|
|
ForbiddenURI raised to generate an HTTP 403 response. |
|
|
Authenticate raised to initiate an authentication request. |
|
| RedirectBase | |
|
WebRedirect raised to redirect a user agent to a different resource (HTTP 301). |
|
|
SeeOther raised to redirect a user agent to a different resource (HTTP 303). |
|
|
Found raised to redirect a user agent to a different resource (HTTP 302). |
|
|
QueryMeta A class keeping information on the query environment. |
|
| Functions | |||
|
|||
|
|||
|
|||
| Variables | |
emptyQueryMeta = {'direction': 'ASC', 'dbLimit': 100, 'format'
|
|
__package__ =
|
|
| Function Details |
returns a tuple of resourceDescriptor, serviceName. A serivce id consists of an inputsDir-relative path to a resource descriptor, a slash, and the name of a service within this descriptor. This function returns a tuple of inputsDir-relative path and service name. It raises a gavo.Error if sid has an invalid format. The existence of the resource or the service are not checked. |
returns a nevow template for system pages from key. path is interpreted as relative to gavo_root/web/templates (first) and package internal (last). If no template is found, None is returned (this harmonizes with the fallback in CustomTemplateMixin). |
| Variables Details |
emptyQueryMeta
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Thu May 2 07:29:09 2019 | http://epydoc.sourceforge.net |