biggr_models.handlers.model_handlers#
Classes#
Request handler that implements data tables (API) logic. |
|
Request handler that implements data tables (API) logic. |
|
Base RequestHandler that handles standard requests. |
|
Base RequestHandler that handles standard requests. |
|
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.DataHandlerRequest 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.DataHandlerRequest 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.BaseHandlerBase 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.BaseHandlerBase 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.BaseHandlerBase RequestHandler that handles standard requests.
- template#
- get()#