ActionRoute

Undocumented in source.

Constructors

this
this(HTTPMethod method, string path, string controllerName, string action)
Undocumented in source.

Members

Functions

matches
bool matches(string url, string[string] params)
Undocumented in source. Be warned that the author may not have intended to support it.
toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

action
string action [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
controller
ActionController controller [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
controllerName
string controllerName [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
method
HTTPMethod method [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
path
string path [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Static variables

maxRouteParameters
enum maxRouteParameters;
Undocumented in source.

Variables

_action
string _action;
Undocumented in source.
_controller
ActionController _controller;
Undocumented in source.
_controllerName
string _controllerName;
Undocumented in source.
_method
HTTPMethod _method;
Undocumented in source.
_path
string _path;
Undocumented in source.

Meta