base_handler

Classes

BaseHandler(application, request, **kwargs) Base class for the request handler.


class remoteappmanager.handlers.base_handler.BaseHandler(application, request, **kwargs)[source]

Bases: tornado.web.RequestHandler, remoteappmanager.logging.logging_mixin.LoggingMixin

Base class for the request handler.

authenticator

The authenticator that is used to recognize the user.

alias of HubAuthenticator

prepare()[source]

Runs before any specific handler.

render(template_name, **kwargs)[source]

Reimplements render to pass well known information to the rendering context.

write_error(status_code, **kwargs)[source]

Render error page for uncaught errors