Uses of Interface
org.teamapps.ux.session.SessionContext
-
-
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.application
Methods in org.teamapps.ux.application with parameters of type SessionContext Modifier and Type Method Description voidResponsiveApplicationController. onSessionStart(SessionContext context) -
Uses of SessionContext in org.teamapps.ux.component
Methods in org.teamapps.ux.component that return SessionContext Modifier and Type Method Description SessionContextAbstractComponent. getSessionContext()SessionContextComponent. 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(com.fasterxml.jackson.databind.ObjectMapper objectMapper, SessionContext sessionContext) -
Uses of SessionContext in org.teamapps.ux.session
Subinterfaces of SessionContext in org.teamapps.ux.session Modifier and Type Interface Description interfaceLockableSessionContextClasses in org.teamapps.ux.session that implement SessionContext Modifier and Type Class Description classSimpleSessionContextMethods in org.teamapps.ux.session that return SessionContext Modifier and Type Method Description static SessionContextCurrentSessionContext. get() -
Uses of SessionContext in org.teamapps.webcontroller
Methods in org.teamapps.webcontroller with parameters of type SessionContext Modifier and Type Method Description default SessionConfigurationWebController. createSessionConfiguration(SessionContext context)voidSimpleApplicationWebController. onSessionStart(SessionContext context)voidSimpleWebController. onSessionStart(SessionContext context)voidWebController. onSessionStart(SessionContext context)Method parameters in org.teamapps.webcontroller with type arguments of type SessionContext Modifier and Type Method Description static SimpleWebControllerSimpleWebController. createDefaultController(java.util.function.Function<SessionContext,Component> componentSupplier)Constructors in org.teamapps.webcontroller with parameters of type SessionContext Constructor Description ApplicationsController(RootPanel rootPanel, LoginWindow loginWindow, java.util.List<ApplicationBuilder> applicationBuilders, ApplicationBuilder settingsBuilder, java.util.List<java.lang.String> preLaunchedAppNames, java.util.Map<java.lang.String,java.lang.String> customAppBackgroundByAppName, java.util.Map<java.lang.String,StylingTheme> stylingThemeByAppName, SessionContext context)Constructor parameters in org.teamapps.webcontroller with type arguments of type SessionContext Constructor Description SimpleWebController(java.util.function.Function<SessionContext,Component> componentSupplier)
-