Uses of Class
org.teamapps.ux.session.SessionContext
-
-
Uses of SessionContext in org.teamapps.core
Methods in org.teamapps.core that return SessionContext Modifier and Type Method Description SessionContextTeamAppsUxSessionManager. getSessionContext(QualifiedUiSessionId sessionId) -
Uses of SessionContext in org.teamapps.server
Methods in org.teamapps.server that return SessionContext Modifier and Type Method Description SessionContextUxServerContext. getSessionContextById(QualifiedUiSessionId sessionId)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.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()Constructors in org.teamapps.ux.session with parameters of type SessionContext Constructor Description SessionContextResourceManager(SessionContext sessionContext) -
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)
-