biggr_models.handlers.model_handlers#

Classes#

ModelsListViewHandler

Request handler that implements data tables (API) logic.

ModelCollectionHandler

Request handler that implements data tables (API) logic.

ModelDownloadHandler

Base RequestHandler that handles standard requests.

ModelHandler

Base RequestHandler that handles standard requests.

ModelCollectionsTreeViewHandler

Base RequestHandler that handles standard requests.

Module Contents#

class biggr_models.handlers.model_handlers.ModelsListViewHandler(application: Application, request: tornado.httputil.HTTPServerRequest, **kwargs: Any)#

Bases: biggr_models.handlers.utils.DataHandler

Request handler that implements data tables (API) logic.

title = 'Models'#
column_specs#
page_data#
breadcrumbs()#
post_filter(query)#
class biggr_models.handlers.model_handlers.ModelCollectionHandler(application: Application, request: tornado.httputil.HTTPServerRequest, **kwargs: Any)#

Bases: biggr_models.handlers.utils.DataHandler

Request handler that implements data tables (API) logic.

title = 'Models in Collection'#
collection_bigg_id = None#
page_data#
column_specs#
pre_filter(query)#
breadcrumbs()#
class biggr_models.handlers.model_handlers.ModelDownloadHandler(application: Application, request: tornado.httputil.HTTPServerRequest, **kwargs: Any)#

Bases: biggr_models.handlers.utils.BaseHandler

Base RequestHandler that handles standard requests.

get(model_bigg_id)#
class biggr_models.handlers.model_handlers.ModelHandler(application: Application, request: tornado.httputil.HTTPServerRequest, **kwargs: Any)#

Bases: biggr_models.handlers.utils.BaseHandler

Base RequestHandler that handles standard requests.

template#
get(model_bigg_id)#
class biggr_models.handlers.model_handlers.ModelCollectionsTreeViewHandler(application: Application, request: tornado.httputil.HTTPServerRequest, **kwargs: Any)#

Bases: biggr_models.handlers.utils.BaseHandler

Base RequestHandler that handles standard requests.

template#
get()#