如何在 Struts 2 中进行自定义配置?
我喜欢为我的键值对创建 XML 或属性文件。
例如,我喜欢将 url 保存在 XML 或属性文件中,然后在我的类中获取它的值。
我知道我可以创建一个 XML 文件,然后使用 XML 解析器来执行此操作,但是在 Struts 2 中是否有标准的方法来执行此操作?
我对 Struts 2 还很陌生……所以请随意提出任何建议!
预先感谢您!
I like to create an XML or a property file for my key and value pairs.
For example, I like to save a url in an XML or a property file and then get the value of it in my classes.
I know that I can create an XML file and then use an XML parser to do it, but is there a standard way of doing it in Struts 2?
I'm pretty new to Struts 2..so feel free to suggest anything!
Thank you in advances!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果我正确理解了你的问题,我认为 struts2 对此没有什么特殊要求,你可以
在 url.properties 中使用标准 java.util.Properties
If I have understood your question correctly, I don't think there is anything special required in struts2 for this, you can use standard java.util.Properties
in your url.properties