Module factory

Module factory 

Source
Expand description

Controller factory implementation for IoC container integration

Provides automatic controller instantiation with dependency injection using the new IoC container from elif-core.

Structs§

ControllerRegistry
Controller registry for managing controller factories
ControllerRegistryBuilder
Builder for controller registry
ControllerScanner
Auto-discovery helper for controllers
IocControllerFactory
Generic controller factory that uses the from_ioc_container method
RequestContext
Request context for dependency injection
ScopedControllerRegistry
Scoped controller registry for request-specific dependency injection

Traits§

ControllerFactory
Trait for creating controller instances from the IoC container
IocControllable
Trait for controllers that can be created from IoC container