spring portlet mvc 3控制器中的语言特定消息
我目前正在开发一个 spring portlet mvc 3 项目。我有一个要求,我需要从控制器方法内部设置一条消息(从特定于语言的属性文件中读取)。
有谁知道如何实现这一目标?
非常感谢您的帮助。
I am currently working on a spring portlet mvc 3 project. I have a requirement where I need to set a message (which is read from language specific properties file) from inside a controller method.
Does anyone know how to achieve this?
Your help is highly appreciated.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
只需添加一个自动装配的 ApplicationContext ,然后通过此对象获取您的消息
just add an autowired ApplicationContext and then fetch your message via this object