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.
我有一个 servlet,它使用 WCM 8.5 API 来获取 SiteArea 的子项,或者在无序列表中打印内容。我的问题是如何生成每个内容的 URL,以便我的列表可以链接到内容或子门户页面?
您可以创建一个菜单组件。
使用位置作为搜索条件。在结果设计中添加指向自动填充站点区域的元素标记。它看起来有点像这样:
标题:
<ul>
结果设计:
<li>[Element context="autofill" type="content" key="Whichever_Key_used"] </li>
页脚:
</ul>
你可以让你的 servlet 来获取这个菜单组件。