# Functions
GetControllerFactories returns a list of ControllerFactory implementations that should be created by this controller manager.
GetStoreFactories returns a list of StoreFactory implementations that should be created by this controller manager.
# Interfaces
ControllerFactory is able to create a new Controller.
No description provided by the author