hunt-framework ~master (2022-03-03T03:02:45Z)
Home
Dub
Repo
callHandler
hunt
framework
controller
Controller
Undocumented in source. Be warned that the author may not have intended to support it.
void
callHandler
(
T
string
method
)
(
RoutingContext
context
)
if
(
is
(
T
== class) ||
(
is
(
T
== struct) &&
hasMember
!(
T
, "__CALLACTION__")
)
)
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