com.liferay.faces.bridge.context.map.internal
Class SessionScopeMapEntry
java.lang.Object
com.liferay.faces.util.map.AbstractPropertyMapEntry<Object>
com.liferay.faces.bridge.context.map.internal.SessionScopeMapEntry
- All Implemented Interfaces:
- Map.Entry<String,Object>
public class SessionScopeMapEntry
- extends AbstractPropertyMapEntry<Object>
- Author:
- Neil Griffin
|
Constructor Summary |
SessionScopeMapEntry(javax.portlet.PortletSession portletSession,
String key,
int scope)
Constructs a new SessionMapEntry object instance. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SessionScopeMapEntry
public SessionScopeMapEntry(javax.portlet.PortletSession portletSession,
String key,
int scope)
- Constructs a new SessionMapEntry object instance.
- Parameters:
portletSession - The portlet session.key - The session map key name.scope - The scope of the session map, which can be PortletSession.PORTLET_SCOPE or
PortletSession.APPLICATION_SCOPE
getValue
public Object getValue()
setValue
public Object setValue(Object value)
Copyright © 2015 Liferay, Inc.. All rights reserved.