Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想在速度中定义全局变量。我看过 VelocityTools 但恐怕这些工具无济于事。我在这里找到的 ContextTool不提供将数据放入 Context 的方法。只有从上下文中获取数据的方法可用。这是获取和放置数据的错误工具吗?是否有其他工具可用于此目的?
先感谢您。
它是适合您目的的正确工具。您可以使用以下方法访问上下文getThis():
getThis()
contextTool.getThis().put("variable", variable);