Uses of Interface
org.webswing.server.services.config.ConfigurationService
-
-
Uses of ConfigurationService in org.webswing.server
Constructors in org.webswing.server with parameters of type ConfigurationService Constructor Description GlobalUrlHandler(ConfigurationService config, SwingInstanceManagerService appFactory, ResourceHandlerService resourceService, SecurityModuleService securityService, LoginHandlerService loginService, javax.servlet.ServletContext servletContext, ExtensionService extService, RestService restService) -
Uses of ConfigurationService in org.webswing.server.base
Fields in org.webswing.server.base declared as ConfigurationService Modifier and Type Field Description protected ConfigurationServicePrimaryUrlHandler. configServiceConstructors in org.webswing.server.base with parameters of type ConfigurationService Constructor Description PrimaryUrlHandler(UrlHandler parent, SecurityModuleService securityModuleService, ConfigurationService configService) -
Uses of ConfigurationService in org.webswing.server.extension
Methods in org.webswing.server.extension that return ConfigurationService Modifier and Type Method Description ConfigurationServiceExtensionDependencies. getConfigService()ConfigurationServiceExtensionServiceImpl. getConfigService()Constructors in org.webswing.server.extension with parameters of type ConfigurationService Constructor Description ExtensionServiceImpl(ExtensionClassLoader extensionLoader, SwingProcessService processService, ConfigurationService configuService, RestService restService) -
Uses of ConfigurationService in org.webswing.server.services.config
Classes in org.webswing.server.services.config that implement ConfigurationService Modifier and Type Class Description classConfigurationServiceImpl -
Uses of ConfigurationService in org.webswing.server.services.rest
Constructors in org.webswing.server.services.rest with parameters of type ConfigurationService Constructor Description RestServiceImpl(ConfigurationService configService, StatisticsLoggerService loggerService, SwingProcessService processService) -
Uses of ConfigurationService in org.webswing.server.services.rest.resources
Methods in org.webswing.server.services.rest.resources that return ConfigurationService Modifier and Type Method Description protected abstract ConfigurationServiceBaseRestService. getConfigService()protected ConfigurationServiceGlobalRestService. getConfigService()protected ConfigurationServiceSwingAppRestService. getConfigService() -
Uses of ConfigurationService in org.webswing.server.services.swingmanager
-