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 ユーザーの電子メール ID を (ポートレット内から) 取得するにはどうすればよいですか?
このリンクを参照しましたが、役に立ちませんでした。
JSP で次のコードを使用できます。
<%@ taglib uri="http://liferay.com/tld/theme" prefix="liferay-theme" %>
<%= user.getDisplayEmailAddress() %>