Revision e277214f7a367b1b1f660d22dd466527476e2099

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

Implemented View rendering

View objects returned by controller actions are rendered into
a Response by the ViewRendererListener. The listener uses
a ViewRenderer, by default the TemplateRenderer, that renders
the view into the Response's Content.

Custom headers can be configured by setting a preconfigured
Response object into the View using `setResponse()`.

Story: EZP-24869