public class DefaultCustomUserAttributes
extends java.lang.Object
implements com.liferay.portal.kernel.portlet.CustomUserAttributes
A separate instance of this class is created every time
renderRequest.getAttribute(PortletRequest.USER_INFO) is called.
It is safe to cache attributes in this instance because you can assume that
all calls to this instance belong to the same user.
| Constructor and Description |
|---|
DefaultCustomUserAttributes() |
public java.lang.Object clone()
clone in interface com.liferay.portal.kernel.portlet.CustomUserAttributesclone in class java.lang.Objectpublic java.lang.String getValue(java.lang.String name,
java.util.Map<java.lang.String,java.lang.String> userInfo)
getValue in interface com.liferay.portal.kernel.portlet.CustomUserAttributes