Class Reference

DajaxiceRequest

class dajaxice.core.DajaxiceRequest.DajaxiceRequest(request, call)[source]
static get_cache_control()[source]
static get_debug()[source]
static get_exception_message()[source]
static get_functions()[source]
static get_js_functions()[source]
static get_json2_js_import()[source]
static get_media_prefix()[source]
static get_notify_exceptions()[source]
static get_xmlhttprequest_js_import()[source]
notify_exception(request, exc_info)[source]

Send Exception traceback to ADMINS Similar to BaseHandler.handle_uncaught_exception

process()[source]

Process the dajax request calling the apropiate method.

Dajaxice

class dajaxice.core.Dajaxice.Dajaxice[source]
get_functions()[source]
get_module(module)[source]

Recursively get module from registry

is_callable(name)[source]
register(function)[source]
register_function(module, name)[source]

Register function at ‘module’ depth

DajaxiceModule

class dajaxice.core.Dajaxice.DajaxiceModule(module)[source]
add_function(function)[source]
add_submodule(module)[source]

Recursively add_submodule, if it’s not registered, create it.

exist_submodule(name)[source]

Check if submodule name was already registered.

get_module(module)[source]

Recursively get_module util we found it.

has_sub_modules()[source]

DajaxiceFunction

class dajaxice.core.Dajaxice.DajaxiceFunction(name, path)[source]
get_callable_path()[source]

Table Of Contents

Previous topic

Dajaxice in production environment

This Page