Uses of Class
org.teamapps.ux.session.SessionConfiguration
| Package | Description |
|---|---|
| org.teamapps.ux.session |
-
Uses of SessionConfiguration in org.teamapps.ux.session
Methods in org.teamapps.ux.session that return SessionConfiguration Modifier and Type Method Description static SessionConfigurationSessionConfiguration. create(com.ibm.icu.util.ULocale locale, java.time.ZoneId timeZone, StylingTheme theme, boolean optimizedForTouch)static SessionConfigurationSessionConfiguration. createForClientInfo(ClientInfo clientInfo)SessionConfigurationSessionContext. getConfiguration()Methods in org.teamapps.ux.session with parameters of type SessionConfiguration Modifier and Type Method Description voidSessionContext. setConfiguration(SessionConfiguration config)Constructors in org.teamapps.ux.session with parameters of type SessionConfiguration Constructor Description SessionContext(QualifiedUiSessionId sessionId, ClientInfo clientInfo, SessionConfiguration sessionConfiguration, javax.servlet.http.HttpSession httpSession, UiCommandExecutor commandExecutor, UxServerContext serverContext, org.teamapps.icons.SessionIconProvider iconProvider, com.fasterxml.jackson.databind.ObjectMapper jacksonObjectMapper)