Uses of Class
org.teamapps.ux.session.SessionContext
-
-
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, jakarta.servlet.http.HttpSession httpSession, java.lang.String navigationPathPrefix)SessionContextSessionPair. getSessionContext()SessionContextTeamAppsSessionManager. getSessionContextById(java.lang.String 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.servlet.resourceprovider
Constructor parameters in org.teamapps.ux.servlet.resourceprovider with type arguments of type SessionContext Constructor Description TeamAppsSessionResourceProvider(java.util.function.Function<java.lang.String,SessionContext> sessionContextLookup) -
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()Methods in org.teamapps.ux.session with parameters of type SessionContext Modifier and Type Method Description static voidCurrentSessionContext. throwIfNotSameAs(SessionContext sessionContext) -
Uses of SessionContext in org.teamapps.ux.session.navigation
Constructors in org.teamapps.ux.session.navigation with parameters of type SessionContext Constructor Description SubRouter(java.lang.String pathPrefix, 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)
-