URL segment appended to the router path for this controller, e.g. /users.
HTTP method this controller responds to.
Display name for this controller.
Returns the initialized Express handler function.
Initializes the controller with the router-level state.
Must be called before controller().
contains the parent router state
Returns the installable descriptor used by the router to mount this controller.
Serializes the controller to a plain JSON-compatible object.
Returns a JSON string representation of this controller.
Swizzy web controller interface.