Uses of Class
org.teamapps.ux.session.SessionContext
Packages that use SessionContext
Package
Description
-
Uses of SessionContext in org.teamapps.uisession
Methods in org.teamapps.uisession that return SessionContextModifier and TypeMethodDescriptionTeamAppsSessionManager.createSessionContext(UiSession uiSession, UiClientInfo uiClientInfo, jakarta.servlet.http.HttpSession httpSession, String navigationPathPrefix) SessionPair.getSessionContext()TeamAppsSessionManager.getSessionContextById(String sessionId) Constructors in org.teamapps.uisession with parameters of type SessionContext -
Uses of SessionContext in org.teamapps.ux.component
Methods in org.teamapps.ux.component that return SessionContext -
Uses of SessionContext in org.teamapps.ux.json
Constructors in org.teamapps.ux.json with parameters of type SessionContext -
Uses of SessionContext in org.teamapps.ux.resolvable
Methods in org.teamapps.ux.resolvable with parameters of type SessionContext -
Uses of SessionContext in org.teamapps.ux.servlet.resourceprovider
Constructor parameters in org.teamapps.ux.servlet.resourceprovider with type arguments of type SessionContextModifierConstructorDescriptionTeamAppsSessionResourceProvider(Function<String, SessionContext> sessionContextLookup) -
Uses of SessionContext in org.teamapps.ux.session
Methods in org.teamapps.ux.session that return SessionContextModifier and TypeMethodDescriptionstatic SessionContextSessionContext.current()static SessionContextSessionContext.currentOrNull()static SessionContextCurrentSessionContext.get()static SessionContextCurrentSessionContext.getOrNull()Methods in org.teamapps.ux.session with parameters of type SessionContextModifier and TypeMethodDescriptionstatic voidCurrentSessionContext.throwIfNotSameAs(SessionContext sessionContext) -
Uses of SessionContext in org.teamapps.webcontroller
Methods in org.teamapps.webcontroller with parameters of type SessionContextModifier and TypeMethodDescriptionvoidWebController.onSessionStart(SessionContext sessionContext)