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.
構成ポートレットの jsp ページでポートレット ID を取得するにはどうすればよいですか?
.jsp ページで呼び出すことができる特定のポートレットのレベルから:
String portletId = themeDisplay.getPortletDisplay().getId();
構成ポートレットの jsp でその ID を取得するにはどうすればよいですか?
私があなたを正しく理解していれば、これはあなたに portletId を与えるはずです
final String portletResource = ParamUtil.getString(request, "portletResource"); final String portletId = PortletConstants.getRootPortletId(portletResource);