semitwistWeb.doc

Written in the D programming language.

Members

Aliases

PageHandler
alias PageHandler = void delegate(HTTPServerRequest, HTTPServerResponse)
Undocumented in source.

Classes

Page
class Page(TArgs...)
Undocumented in source.
PageBase
class PageBase
Undocumented in source.

Functions

addCommonContext
void addCommonContext(Mustache.Context c, SessionData sess)
Undocumented in source. Be warned that the author may not have intended to support it.
addPage
void addPage(URLRouter router, PageBase page)
Undocumented in source. Be warned that the author may not have intended to support it.
clearDocHelperCache
void clearDocHelperCache()
Undocumented in source. Be warned that the author may not have intended to support it.
definePages
string definePages(DefinePage[] pages)
Undocumented in source. Be warned that the author may not have intended to support it.
makePage
auto makePage()
Undocumented in source. Be warned that the author may not have intended to support it.
runDocHelperUnittest
void runDocHelperUnittest()
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

DefinePage
struct DefinePage
Undocumented in source.
HtmlTemplateAccess
struct HtmlTemplateAccess
Undocumented in source.

Variables

testDispatcherResult
string testDispatcherResult;
Undocumented in source.

Meta