Uses of Class
ch.admin.bit.jeap.initializer.ui.model.TemplateConfigurationModel
Packages that use TemplateConfigurationModel
-
Uses of TemplateConfigurationModel in ch.admin.bit.jeap.initializer.ui
Methods in ch.admin.bit.jeap.initializer.ui with parameters of type TemplateConfigurationModelModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<org.springframework.core.io.InputStreamResource> WizardController.generate(@Valid TemplateSelectionModel templateSelectionModel, @Valid TemplateConfigurationModel templateConfigurationModel, @Valid ModuleConfigurationModel moduleConfigurationModel) WizardController.processStepConfigureModules(@Valid TemplateSelectionModel templateSelectionModel, @Valid TemplateConfigurationModel templateConfigurationModel, @Valid ModuleConfigurationModel moduleConfigurationModel, org.springframework.validation.BindingResult bindingResult, jakarta.servlet.http.HttpServletRequest request, org.springframework.ui.Model model, org.springframework.web.servlet.mvc.support.RedirectAttributes redirectAttributes) WizardController.processStepConfigureTemplate(@Valid TemplateSelectionModel templateSelectionModel, @Valid TemplateConfigurationModel templateConfigurationModel, org.springframework.validation.BindingResult bindingResult, jakarta.servlet.http.HttpServletRequest request, org.springframework.ui.Model model, org.springframework.web.servlet.mvc.support.RedirectAttributes redirectAttributes) WizardController.review(TemplateSelectionModel templateSelectionModel, TemplateConfigurationModel templateConfigurationModel, ModuleConfigurationModel moduleConfigurationModel, org.springframework.ui.Model model) WizardController.showStepConfigureModules(TemplateSelectionModel templateSelectionModel, TemplateConfigurationModel templateConfigurationModel, org.springframework.ui.Model model, org.springframework.web.servlet.mvc.support.RedirectAttributes redirectAttributes)