PropertyEditorSupport 中的 getAsText() 何时被调用或调用

发布于 2024-11-29 04:56:53 字数 194 浏览 0 评论 0原文

我正在使用 spring 3 mvc

尝试为我的 initBinder 重写 PropertyEditorSupport 。 setAsText() 工作正常。但我在网上看了一些例子。他们也重写 getAsText() 。

所以当 getAsText() 被调用时。 getAsText() 的用法是什么?任何示例或用例

谢谢

I am using spring 3 mvc

try to rewrite PropertyEditorSupport for my initBinder. setAsText() is working fine. But i have a look some of example online. they override getAsText() too.

So when getAsText() is called. what is usage of getAsText()? any example or use case

thx

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

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

发布评论

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

评论(1

软的没边 2024-12-06 04:56:53

getAsText 用于格式化 AbstractPropertyBindingResult 中的字段值(Spring 验证的一部分)。所以我怀疑如果你不使用 Spring Validation,没有 getAsText 不会对你产生影响。

getAsText is used to format a field value in AbstractPropertyBindingResult (part of spring validation). So I suspect that if you don't used Spring Validation, not having getAsText will not impact you.

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