Controller Factory — Aquilia Documentation
Comprehensive guide and documentation for Controller Factory in the Aquilia framework. View API reference, examples, and implementation patterns.
ControllerFactory aquilia.controller.factory — DI-powered controller instantiation The ControllerFactory creates controller instances with full dependency injection support. It resolves constructor parameters and enforces singleton vs per-request scoping. InstantiationMode Enum ControllerFactory Class Attribute Type Description ))} DI Resolution Pipeline , , ].map(( ) => ( ))} RequestCtx ControllerEngine )
Go to Homepage