Package com.liferay.portlet
Class PortletSessionAttributeMap
- Author:
- Minhchau Dang, Shuyang Zhou
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprotected static classNested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K extends Object,V extends Object>, AbstractMap.SimpleImmutableEntry<K extends Object, V extends Object> -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final javax.servlet.http.HttpSessionprotected final String -
Constructor Summary
ConstructorsConstructorDescriptionPortletSessionAttributeMap(javax.servlet.http.HttpSession httpSession) PortletSessionAttributeMap(javax.servlet.http.HttpSession httpSession, String scopePrefix) -
Method Summary
Modifier and TypeMethodDescriptionvoidclear()booleancontainsKey(Object key) booleancontainsValue(Object value) protected StringentrySet()protected Enumeration<String>getAttributeNames(boolean removePrefix) booleanisEmpty()keySet()voidintsize()values()Methods inherited from class java.util.AbstractMap
clone, equals, hashCode, toStringMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
-
Field Details
-
httpSession
protected final javax.servlet.http.HttpSession httpSession -
scopePrefix
-
-
Constructor Details
-
PortletSessionAttributeMap
public PortletSessionAttributeMap(javax.servlet.http.HttpSession httpSession) -
PortletSessionAttributeMap
-
-
Method Details
-
clear
public void clear() -
containsKey
- Specified by:
containsKeyin interfaceMap<String,Object> - Overrides:
containsKeyin classAbstractMap<String,Object>
-
containsValue
- Specified by:
containsValuein interfaceMap<String,Object> - Overrides:
containsValuein classAbstractMap<String,Object>
-
entrySet
-
get
-
isEmpty
public boolean isEmpty() -
keySet
-
put
-
putAll
-
remove
-
size
public int size() -
values
-
encodeKey
-
getAttributeNames
-