> Why would that be better then simply > new RequestController(); > new RequestController(pageContext); > new RequestConstroler(request, response);
Yes because that way RequestController is an interface, and I can implement one that does not send the request into the core (because that will not work for rmmci)
