com.liferay.faces.bridge.context.map
Class SessionMapEntry

java.lang.Object
  extended by com.liferay.faces.util.map.AbstractPropertyMapEntry<Object>
      extended by com.liferay.faces.bridge.context.map.SessionMapEntry
All Implemented Interfaces:
Map.Entry<String,Object>

public class SessionMapEntry
extends AbstractPropertyMapEntry<Object>

Author:
Neil Griffin

Constructor Summary
SessionMapEntry(javax.portlet.PortletSession portletSession, String key, int scope)
          Constructs a new SessionMapEntry object instance.
 
Method Summary
 Object getValue()
           
 Object setValue(Object value)
           
 
Methods inherited from class com.liferay.faces.util.map.AbstractPropertyMapEntry
getKey, remove
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.util.Map.Entry
equals, hashCode
 

Constructor Detail

SessionMapEntry

public SessionMapEntry(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
Method Detail

getValue

public Object getValue()

setValue

public Object setValue(Object value)


Copyright © 2014 Liferay, Inc.. All Rights Reserved.