Route/url 从模板查找? (Java 星火框架)

Route/url lookup from template? (Java Spark framework)

有没有办法 spark-java 从模板中反向 url 查找路由?

喜欢Python Django,例如:

Returns an absolute path reference (a URL without the domain name) matching a given view and optional parameters. Any special characters in the resulting path will be encoded using iri_to_uri().

This is a way to output links without violating the DRY principle by having to hard-code URLs in your templates:

{% url 'some-url-name' v1 v2 %}

我没有在 Spark 文档中看到关于命名路由的选项……如果此功能不可用(猜测不可用),您认为将其合并到核心框架中有多难?我们在哪里提交功能请求?

谢谢!

很难估计添加您想要的功能会有多难。我建议您添加它,然后评估花费了多长时间。

功能请求可以在 https://github.com/perwendel/spark

注册为问题

由于 Spark-java 是开源的并由志愿者维护,因此最好在添加了所需功能的地方提交拉取请求。