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§
- Controller
Registry - Controller registry for managing controller factories
- Controller
Registry Builder - Builder for controller registry
- Controller
Scanner - Auto-discovery helper for controllers
- IocController
Factory - Generic controller factory that uses the from_ioc_container method
- Request
Context - Request context for dependency injection
- Scoped
Controller Registry - Scoped controller registry for request-specific dependency injection
Traits§
- Controller
Factory - Trait for creating controller instances from the IoC container
- IocControllable
- Trait for controllers that can be created from IoC container