Class PortletApplicationScopeMap
java.lang.Object
org.apache.commons.chain.web.portlet.PortletApplicationScopeMap
- All Implemented Interfaces:
Map
Private implementation of Map for portlet context
attributes.
- Version:
- $Revision: 661007 $ $Date: 2008-05-28 17:28:49 +0100 (Wed, 28 May 2008) $
- Author:
- Craig R. McClanahan
-
Nested Class Summary
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
-
Field Details
-
context
private javax.portlet.PortletContext context
-
-
Constructor Details
-
PortletApplicationScopeMap
public PortletApplicationScopeMap(javax.portlet.PortletContext context)
-
-
Method Details
-
clear
public void clear() -
containsKey
- Specified by:
containsKeyin interfaceMap
-
containsValue
- Specified by:
containsValuein interfaceMap
-
entrySet
-
equals
-
get
-
hashCode
public int hashCode() -
isEmpty
public boolean isEmpty() -
keySet
-
put
-
putAll
-
remove
-
size
public int size() -
values
-
key
-