Uses of Class
org.teamapps.ux.session.SessionContext
-
-
Uses of SessionContext in org.teamapps.server
Constructor parameters in org.teamapps.server with type arguments of type SessionContext Constructor Description SessionResourceProvider(java.util.function.Function<QualifiedUiSessionId,SessionContext> sessionContexts) -
Uses of SessionContext in org.teamapps.uisession
Methods in org.teamapps.uisession that return SessionContext Modifier and Type Method Description SessionContextTeamAppsSessionManager. createSessionContext(UiSession uiSession, org.teamapps.dto.UiClientInfo uiClientInfo, javax.servlet.http.HttpSession httpSession)SessionContextSessionPair. getSessionContext()SessionContextTeamAppsSessionManager. getSessionContextById(QualifiedUiSessionId sessionId)Constructors in org.teamapps.uisession with parameters of type SessionContext Constructor Description SessionPair(UiSession uiSession, SessionContext sessionContext) -
Uses of SessionContext in org.teamapps.ux.component
Methods in org.teamapps.ux.component that return SessionContext Modifier and Type Method Description SessionContextAbstractComponent. getSessionContext() -
Uses of SessionContext in org.teamapps.ux.component.login
Methods in org.teamapps.ux.component.login with parameters of type SessionContext Modifier and Type Method Description booleanLoginAuthenticator. loginSuccess(java.lang.String login, java.lang.String pwd, SessionContext context) -
Uses of SessionContext in org.teamapps.ux.json
Constructors in org.teamapps.ux.json with parameters of type SessionContext Constructor Description UxJacksonSerializationTemplate(SessionContext sessionContext) -
Uses of SessionContext in org.teamapps.ux.resolvable
Methods in org.teamapps.ux.resolvable with parameters of type SessionContext Modifier and Type Method Description java.lang.StringResolvable. getUrl(SessionContext sessionContext) -
Uses of SessionContext in org.teamapps.ux.session
Methods in org.teamapps.ux.session that return SessionContext Modifier and Type Method Description static SessionContextSessionContext. current()static SessionContextSessionContext. currentOrNull()static SessionContextCurrentSessionContext. get()static SessionContextCurrentSessionContext. getOrNull() -
Uses of SessionContext in org.teamapps.webcontroller
Methods in org.teamapps.webcontroller with parameters of type SessionContext Modifier and Type Method Description voidWebController. onSessionStart(SessionContext sessionContext)
-