Package de.mhus.cherry.web.api
Interface WebSession
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetSessionId()de.mhus.lib.core.IPropertiespub()Get public part of session-
Methods inherited from interface de.mhus.lib.core.IProperties
clear, getFormatted, isEditable, removeProperty, setBoolean, setCalendar, setDate, setDouble, setFloat, setInt, setLong, setNumber, setString
-
Methods inherited from interface de.mhus.lib.core.IReadProperties
containsKey, containsValue, entrySet, get, getBoolean, getBoolean, getCalendar, getDate, getDouble, getFloat, getInt, getLong, getNumber, getProperty, getString, getString, isProperty, keys, values
-
Methods inherited from interface java.lang.Iterable
forEach, iterator, spliterator
-
Methods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
-
-
-
-
Method Detail
-
getSessionId
String getSessionId()
-
pub
de.mhus.lib.core.IProperties pub()
Get public part of session- Returns:
- public part
-
-