hunt-framework ~master (2022-03-03T03:02:45Z)
Home
Dub
Repo
MakeController
hunt
framework
controller
Controller
Undocumented in source.
mixin template
MakeController (
string
moduleName
= __MODULE__
) {
mixin
HuntDynamicCallFun
!(
typeof
(
this
),
moduleName
)
;
}
Members
Mixins
__anonymous
mixin
HuntDynamicCallFun
!(
typeof
(
this
),
moduleName
)
Undocumented in source.
Meta
Source
See Implementation
hunt
framework
controller
Controller
aliases
QueryParameterValidator
classes
Controller
ControllerBase
functions
__createCallActionMethod
__createRouteMap
callHandler
getRouteHandler
handleMiddlewareAnnotation
indent
makeParameterValidation
registerRouteHandler
mixin templates
HuntDynamicCallFun
MakeController
static variables
_actions
structs
Action
templates
ParameterUDAs
isDesiredUDA