Package com.liferay.segments.context
Class Context
- All Implemented Interfaces:
Map<String,Serializable>
Represents a context to segment users based on their session criteria.
-
Nested Class Summary
Nested 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
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.util.AbstractMap
clear, clone, containsKey, containsValue, equals, get, hashCode, isEmpty, keySet, putAll, remove, size, toString, valuesMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Map
clear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, equals, forEach, get, getOrDefault, hashCode, isEmpty, keySet, merge, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
-
Field Details
-
BROWSER
- See Also:
-
COOKIES
- See Also:
-
HOSTNAME
- See Also:
-
LANGUAGE_ID
- See Also:
-
LAST_SIGN_IN_DATE_TIME
- See Also:
-
LOCAL_DATE
- See Also:
-
REFERRER_URL
- See Also:
-
REQUEST_PARAMETERS
- See Also:
-
SIGNED_IN
- See Also:
-
URL
- See Also:
-
USER_AGENT
- See Also:
-
-
Constructor Details
-
Context
public Context()
-
-
Method Details
-
entrySet
- Specified by:
entrySetin interfaceMap<String,Serializable> - Specified by:
entrySetin classAbstractMap<String,Serializable>
-
put
- Specified by:
putin interfaceMap<String,Serializable> - Overrides:
putin classAbstractMap<String,Serializable>
-