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

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

public class RequestAttributeMapEntry
extends AbstractPropertyMapEntry<Object>

Author:
Neil Griffin

Constructor Summary
RequestAttributeMapEntry(javax.portlet.PortletRequest portletRequest, String key)
           
 
Method Summary
 Object getValue()
           
 void remove()
           
 Object setValue(Object value)
           
 
Methods inherited from class com.liferay.faces.util.map.AbstractPropertyMapEntry
getKey
 
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

RequestAttributeMapEntry

public RequestAttributeMapEntry(javax.portlet.PortletRequest portletRequest,
                                String key)
Method Detail

remove

public void remove()
Overrides:
remove in class AbstractPropertyMapEntry<Object>

getValue

public Object getValue()

setValue

public Object setValue(Object value)


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