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, values
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
Methods 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:
entrySet
in interfaceMap<String,
Serializable> - Specified by:
entrySet
in classAbstractMap<String,
Serializable>
-
put
- Specified by:
put
in interfaceMap<String,
Serializable> - Overrides:
put
in classAbstractMap<String,
Serializable>
-