Project

General

Profile

Actions

Feature #87823

closed

Introduce "class" to StaticRouteResolver configuration

Added by Soren Malling about 5 years ago. Updated about 5 years ago.

Status:
Closed
Priority:
Could have
Assignee:
-
Category:
Link Handling, Site Handling & Routing
Target version:
-
Start date:
2019-03-02
Due date:
% Done:

0%

Estimated time:
PHP Version:
Tags:
Complexity:
Sprint Focus:

Description

The StaticRouteResolver can handle "staticText" and "uri".

I suggest a new type being a class->method()

Reason for this:

The PSR middleware returns a Response once it's processed. The Request object is present and the current site including it's configuration.

I see some great use case for static routes like

/blog
/news

and similar, that can respond to routes that a editor doesn't need to create. The class can then render a typoscript object, alternative template or similar.

Alternatively, this issue can be closed with the descission of saying "you can implement such PSR yourself and should not be a core thing" - I will completely respect that descission.

Actions

Also available in: Atom PDF