Uses of Interface
org.teamapps.webcontroller.WebController
| Package | Description |
|---|---|
| org.teamapps.core | |
| org.teamapps.uisession |
-
Uses of WebController in org.teamapps.core
Methods in org.teamapps.core that return WebController Modifier and Type Method Description WebControllerTeamAppsCore. getWebController()Constructors in org.teamapps.core with parameters of type WebController Constructor Description TeamAppsCore(TeamAppsConfiguration config, SequentialExecutorFactory sessionExecutorFactory, WebController webController) -
Uses of WebController in org.teamapps.uisession
Constructors in org.teamapps.uisession with parameters of type WebController Constructor Description TeamAppsSessionManager(TeamAppsConfiguration config, com.fasterxml.jackson.databind.ObjectMapper objectMapper, SequentialExecutorFactory sessionExecutorFactory, WebController webController, org.teamapps.icons.IconProvider iconProvider, TeamAppsUploadManager uploadManager)