Uses of Class
ca.bc.gov.open.cpf.api.controller.ConfigPropertyModuleLoader
-
Packages that use ConfigPropertyModuleLoader Package Description ca.bc.gov.open.cpf.api.controller ca.bc.gov.open.cpf.api.web.builder -
-
Uses of ConfigPropertyModuleLoader in ca.bc.gov.open.cpf.api.controller
Constructors in ca.bc.gov.open.cpf.api.controller with parameters of type ConfigPropertyModuleLoader Constructor Description ConfigPropertyModule(ConfigPropertyModuleLoader moduleLoader, BusinessApplicationRegistry businessApplicationRegistry, String moduleName, com.revolsys.maven.MavenRepository mavenRepository, String mavenModuleId, Set<String> excludeMavenIds, ConfigPropertyLoader configPropertyLoader)
-
Uses of ConfigPropertyModuleLoader in ca.bc.gov.open.cpf.api.web.builder
Methods in ca.bc.gov.open.cpf.api.web.builder that return ConfigPropertyModuleLoader Modifier and Type Method Description ConfigPropertyModuleLoader
ModuleUiBuilder. getModuleLoader()
Methods in ca.bc.gov.open.cpf.api.web.builder with parameters of type ConfigPropertyModuleLoader Modifier and Type Method Description void
ModuleUiBuilder. setModuleLoader(ConfigPropertyModuleLoader moduleLoader)
-