Uses of Interface
org.teamapps.webcontroller.WebController
Packages that use WebController
-
Uses of WebController in org.teamapps.core
Methods in org.teamapps.core that return WebControllerConstructors in org.teamapps.core with parameters of type WebControllerModifierConstructorDescriptionTeamAppsCore(TeamAppsConfiguration config, SequentialExecutorFactory sessionExecutorFactory, WebController webController) -
Uses of WebController in org.teamapps.uisession
Constructors in org.teamapps.uisession with parameters of type WebControllerModifierConstructorDescriptionTeamAppsSessionManager(TeamAppsConfiguration config, com.fasterxml.jackson.databind.ObjectMapper objectMapper, SequentialExecutorFactory sessionExecutorFactory, WebController webController, IconProvider iconProvider, TeamAppsUploadManager uploadManager)