ActionController

Undocumented in source.

Members

Functions

assets
void assets()
Undocumented in source. Be warned that the author may not have intended to support it.
handleRequest
void handleRequest(HTTPServerRequest req, HTTPServerResponse res, string action)
Undocumented in source. Be warned that the author may not have intended to support it.
respondTo
void respondTo(string format, void delegate() yield)
Undocumented in source. Be warned that the author may not have intended to support it.
respondTo
void respondTo(void delegate(Format) yield)
Undocumented in source. Be warned that the author may not have intended to support it.

Mixins

__anonymous
mixin DynamicClassImplementation!()
Undocumented in source.

Properties

format
string format [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
request
HTTPServerRequest request [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
request
HTTPServerRequest request [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
response
HTTPServerResponse response [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
response
HTTPServerResponse response [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

loadController
ActionController loadController(string controllerName, string prefix)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

_format
string _format;
Undocumented in source.
_request
HTTPServerRequest _request;
Undocumented in source.
_response
HTTPServerResponse _response;
Undocumented in source.

Meta