dango ~master (2021-09-26T03:43:53.12831)
Dub
Repo
GenericWebControllerFactory
dango
web
controllers
generic
Фабрика для контроллера на основе кодогенерации
class
GenericWebControllerFactory :
WebControllerFactory
(
CType
)
if
(
is
(
CType
== class)
) {
WebController
createComponent
(DependencyContainer cnt, UniConf conf);
}
Members
Functions
createComponent
WebController
createComponent
(DependencyContainer cnt, UniConf conf)
Создает новый контроллер
Meta
Source
See Implementation
dango
web
controllers
generic
aliases
Delete
Get
Post
Put
classes
GenericWebController
GenericWebControllerFactory
functions
Controller
defaultHandler
structs
ControllerAttribute
Handler
Фабрика для контроллера на основе кодогенерации