Uses of Class
org.teamapps.uisession.UiSession
-
Packages that use UiSession Package Description org.teamapps.uisession org.teamapps.uisession.statistics.app org.teamapps.ux.session -
-
Uses of UiSession in org.teamapps.uisession
Methods in org.teamapps.uisession that return UiSession Modifier and Type Method Description UiSessionSessionPair. getUiSession()UiSessionTeamAppsSessionManager. getUiSessionById(QualifiedUiSessionId sessionId)Methods in org.teamapps.uisession with parameters of type UiSession Modifier and Type Method Description SessionContextTeamAppsSessionManager. createSessionContext(UiSession uiSession, org.teamapps.dto.UiClientInfo uiClientInfo, javax.servlet.http.HttpSession httpSession)Constructors in org.teamapps.uisession with parameters of type UiSession Constructor Description SessionPair(UiSession uiSession, SessionContext sessionContext) -
Uses of UiSession in org.teamapps.uisession.statistics.app
Methods in org.teamapps.uisession.statistics.app that return UiSession Modifier and Type Method Description UiSessionSessionStatsTableRecord. getUiSession()UiSessionUiSessionSessionStatsTableRecord. getUiSession()UiSessionUiSessionStatsStatsTableRecord. getUiSession()Constructors in org.teamapps.uisession.statistics.app with parameters of type UiSession Constructor Description UiSessionSessionStatsTableRecord(UiSession uiSession) -
Uses of UiSession in org.teamapps.ux.session
Constructors in org.teamapps.ux.session with parameters of type UiSession Constructor Description SessionContext(UiSession uiSession, java.util.concurrent.ExecutorService sessionExecutor, ClientInfo clientInfo, SessionConfiguration sessionConfiguration, javax.servlet.http.HttpSession httpSession, UxServerContext serverContext, org.teamapps.icons.SessionIconProvider iconProvider)
-