Package io.jmix.core.impl.session
Class SessionDataImpl
java.lang.Object
io.jmix.core.impl.session.SessionDataImpl
- All Implemented Interfaces:
- SessionData,- Serializable
@Component("core_SessionData")
@Scope("session")
public class SessionDataImpl
extends Object
implements SessionData
- See Also:
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptiongetAttribute(String name) Get session attribute value.Returns all session attributes.Returns current session id.voidsetAttribute(String name, Object attribute) Set session attribute value.
- 
Constructor Details- 
SessionDataImplpublic SessionDataImpl()
 
- 
- 
Method Details- 
getAttributeNamesDescription copied from interface:SessionDataReturns all session attributes.- Specified by:
- getAttributeNamesin interface- SessionData
 
- 
getAttributeDescription copied from interface:SessionDataGet session attribute value.- Specified by:
- getAttributein interface- SessionData
 
- 
setAttributeDescription copied from interface:SessionDataSet session attribute value.- Specified by:
- setAttributein interface- SessionData
 
- 
getSessionIdDescription copied from interface:SessionDataReturns current session id.- Specified by:
- getSessionIdin interface- SessionData
 
 
-