Class PortletSessionScopeMap
java.lang.Object
org.apache.commons.chain.web.portlet.PortletSessionScopeMap
- All Implemented Interfaces:
Map
-
Nested Class Summary
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Map
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
-
Field Details
-
session
private javax.portlet.PortletSession session -
request
private javax.portlet.PortletRequest request
-
-
Constructor Details
-
PortletSessionScopeMap
public PortletSessionScopeMap(javax.portlet.PortletRequest request)
-
-
Method Details
-
clear
-
containsKey
- Specified by:
containsKeyin interfaceMap
-
containsValue
- Specified by:
containsValuein interfaceMap
-
entrySet
-
equals
-
get
-
hashCode
-
isEmpty
-
keySet
-
put
-
putAll
-
remove
-
size
-
values
-
key
-
sessionExists
private boolean sessionExists()
-