Feature #69855
closedAdd Dispatcher for Backend Routing
100%
Description
The newly introduced Backend Routing is updated so that Routes
must define not just the controller but also the action which should
be called. It is now also possible to use a Closure / callable directly
to be called as a Route.
The RequestHandler now creates the Response object, which is handed to the Dispatcher and to the respective action. This way
each action can already use the existing Response object.
The Dispatcher resolves the action and hands over the request and
response action.
All existing Routes have been adapted to use controller and actions.
The fixed ControllerInterface is not needed anymore (but still in use for eIDs currently).
A similar approach will follow for Backend AJAX Requests.
Updated by Gerrit Code Review about 9 years ago
- Status changed from New to Under Review
Patch set 6 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/43337
Updated by Gerrit Code Review about 9 years ago
Patch set 7 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/43337
Updated by Gerrit Code Review about 9 years ago
Patch set 8 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/43337
Updated by Gerrit Code Review about 9 years ago
Patch set 9 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/43337
Updated by Gerrit Code Review about 9 years ago
Patch set 10 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/43337
Updated by Gerrit Code Review about 9 years ago
Patch set 11 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/43337
Updated by Gerrit Code Review about 9 years ago
Patch set 12 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/43337
Updated by Benni Mack about 9 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 15ef75bcbfdd1d9be4b446ab6eb7394631c4d8e7.
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed