struts2:从类型转换器访问外部服务

发布于 2024-08-29 21:52:14 字数 204 浏览 3 评论 0原文

是否可以将服务引用注入自定义类型转换器?

事实上,我的情况非常典型,我有一个组合,它绑定到实体的集合。提交时,我仅获得所选实体的 ID,并且必须在我的操作中重新获取真实对象。我正在考虑更优雅的方法来做到这一点,似乎制作一个可以执行获取的 ID 到实体的自定义转换器 - 将是一个好主意。

但我未能尝试以与操作相同的方式将转换器映射到 Spring bean...

is it possible to inject a service reference into custom type converter?

my situation is quite typical in fact, I have a combo, which binds to collection of entities. On submit I get only an ID of selected entity and have to refetch the real object in my action. I was thinking about more elegant way to do this, and it seems like making an ID-to-entity custom converter which would perform fetching - would be a good idea.

But I failed trying to map a converter to Spring bean in the same fashion like actions...

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

墨洒年华 2024-09-05 21:52:14

有趣的问题。您是否使用 spring 插件
它应该负责 Struts2 的服务对象创建(以及与其他服务的连接),并且应该能够包括类型转换器。来自此处

通过将struts2-spring-plugin与类型转换结合使用,开发人员可以轻松地使用依赖注入为转换器提供服务

,但我还没有使用过该功能。

Interesting question. Are you using the spring plugin ?.
It is supposed to take care of service-objects creation, (and wiring with other services) for Struts2, and this should be able to include Type Converters. From here:

By using the struts2-spring-plugin in conjunction with type conversion, developers easily can use dependency injection to provide a converter with services

But I have not used that feature.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文