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.
我创建了一个自定义 portlet,其中显示了一些内容,例如标题、描述等。所以我希望我的标题显示在面包屑中?我该如何进行呢?
如果这仍然准确,我还没有尝试过,但你可以试试Alexey 的建议使用
PortalUtil.addPortletBreadcrumbEntry(request, title, url);
使用 liferay-portlet.xml 的给定配置
<private-request-attributes>false</private-request-attributes>