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.
我有一个 liferay 钩子,我在其中设置要由主题访问的 VM 变量。那些工作得很好。但是,我还需要将变量从我的 portlet 发送到主题。VM变量有可能吗?还是我需要使用不同的技术?
您可以在主题内访问的请求范围内设置变量。
里面的主题你可以像这样访问它
$request.getParameter("parameter")
高温高压