public class DefaultCustomUserAttributes
extends 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() |
| Modifier and Type | Method and Description |
|---|---|
Object |
clone() |
String |
getValue(String name,
Map<String,String> userInfo) |
public Object clone()
clone in interface com.liferay.portal.kernel.portlet.CustomUserAttributesclone in class Objectpublic String getValue(String name,
Map<String,String> userInfo)
getValue in interface com.liferay.portal.kernel.portlet.CustomUserAttributes