DeepmagicController

Undocumented in source.

Constructors

this
this()
Undocumented in source.

Members

Functions

add_controller
void add_controller(DeepmagicController controller)
Undocumented in source. Be warned that the author may not have intended to support it.
listen
void listen()
Undocumented in source. Be warned that the author may not have intended to support it.
render_html
string render_html(HTTPServerResponse response, LayoutElement view)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

controllers
DeepmagicController[string] controllers;
Undocumented in source.
layout
LayoutType layout;
Undocumented in source.
name
string name;
Undocumented in source.
router
URLRouter router;
Undocumented in source.
session
DeepmagicSession session;
Undocumented in source.
settings
DeepmagicSettings settings;
Undocumented in source.
web_interface_settings
WebInterfaceSettings web_interface_settings;
Undocumented in source.

Meta