Revision 9c459564
ID | 9c4595648c2d89e8c1c4c2ca1a589c560b53a26f |
[~TASK] FLOW3 (MVC): Changed the order how views are resolved: If a dedicated view exists for the controller / action pair, it is chosen instead of the Fluid Template View.
[+FEATURE] FLOW3 (MVC): The ActionController now allows for specifying view object names for each format, e.g. a specific view for JSON request, another one for HTML etc. Resolves #7113
[!!!]][API] FLOW3 (MVC): Added a new method to the ViewInterface: canRender() must tell if the view is able to render something meaningful for the given controller context.
[~TASK] Fluid (View): Adjusted the template view to the extended ViewInterface.
Change-Id: I1c1093ae54719e9515586503c23d48b2f638cd4d
- added
- modified
- copied
- renamed
- deleted
- Classes
- View
- AbstractTemplateView.php (diff)
- TemplateView.php (diff)
- TemplateViewInterface.php
- View
- Tests