Uses of Class
org.teamapps.ux.session.SessionConfiguration
-
Packages that use 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(UiSession uiSession, CloseableExecutor sessionExecutor, ClientInfo clientInfo, SessionConfiguration sessionConfiguration, jakarta.servlet.http.HttpSession httpSession, UxServerContext serverContext, org.teamapps.icons.SessionIconProvider iconProvider, java.lang.String navigationPathPrefix, jakarta.ws.rs.ext.ParamConverterProvider navigationParamConverterProvider)
-