gpt4 book ai didi

Grails 2.0 - 如何在 Bootstrap 或后台线程中使用 createLinkTo

转载 作者:行者123 更新时间:2023-12-02 13:53:25 26 4
gpt4 key购买 nike

我正在使用 Grails 2.0.0,并尝试从 Bootstrap.groovy 预填充一些测试数据。此数据需要 createLinkTo来自 Grails 标签库。

顺便说一句,当我试图调用 g.createLinkTo(...)我得到:

Message: No thread-bound request found: Are you referring to request attributes outside 
of an actual web request, or processing a request outside of the originally receiving
thread? If you are actually operating within a web request and still receive this message,
your code is probably running outside of DispatcherServlet/DispatcherPortlet: In this
case, use RequestContextListener or RequestContextFilter to expose the current request.

而且,这个应用程序将使用 createLinkTo在后台线程中(事件处理、发送邮件等)。所以我不仅在 Bootstrap 中需要它。

据我了解,我需要发出一个模拟请求,并将其绑定(bind)到当前线程,但我该怎么做呢?

或者也许有另一种方法来制作应用链接?

最佳答案

在 grails 2 中,您可以使用 LinkGenerator
看看here在链接生成 API 部分。

关于Grails 2.0 - 如何在 Bootstrap 或后台线程中使用 createLinkTo,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8738788/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com