Revision fedfce9865d3f625580c799d46bbb5328b7482ad

Committed on 28/10/2015 1:14 pm by Bertrand Dunogier <bd@ez.no> [GitHub Diff]

Refactored the ViewManager

It is kept for BC, as it has been documented as usable by custom controller actions.

Based on the passed value object + view type + params, it will create the View object,
configure it, and pass it for rendering.

It uses the newly added viewConfigurator instead of being injected the viewProviders directly.