com.liferay.faces.util.jsp.internal
Class RequestScopeEntry

java.lang.Object
  extended by com.liferay.faces.util.map.AbstractPropertyMapEntry<Object>
      extended by com.liferay.faces.util.jsp.internal.RequestScopeEntry
All Implemented Interfaces:
Map.Entry<String,Object>

public class RequestScopeEntry
extends AbstractPropertyMapEntry<Object>

Author:
Neil Griffin

Constructor Summary
RequestScopeEntry(javax.servlet.http.HttpServletRequest httpServletRequest, String key)
           
 
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

RequestScopeEntry

public RequestScopeEntry(javax.servlet.http.HttpServletRequest httpServletRequest,
                         String key)
Method Detail

getValue

public Object getValue()

setValue

public Object setValue(Object value)


Copyright © 2015 Liferay, Inc.. All rights reserved.