64656667686970717273
{ return (T) new ClubsController(ControllerFactory.domainModel); } if (type.equals(IDisciplineController.class)) { return (T) new DisciplineController(ControllerFactory.domainModel); } throw new HypotheseException("Type de contrôleur inconnu. "); }