Package | Description |
---|---|
net.sf.mmm.util.session.api |
Provides the API for utilities that help to deal with user specific settings.
|
net.sf.mmm.util.session.base |
Contains public implementations of the session API.
|
Modifier and Type | Interface and Description |
---|---|
interface |
MutableUserSession
This interface extends
UserSession with write operations to modify the user settings. |
Modifier and Type | Method and Description |
---|---|
static UserSession |
UserSessionAccess.getSession() |
Modifier and Type | Class and Description |
---|---|
class |
UserSessionProviderDefaultImpl
This is the default implementation of
UserSessionProvider . |
Modifier and Type | Method and Description |
---|---|
UserSession |
UserSessionProviderDefaultImpl.getCurrentSession() |
UserSession |
UserSessionProvider.getCurrentSession()
Gets the current
UserSession according to the current environment and client or server context. |
Copyright © 2001–2016 mmm-Team. All rights reserved.