Uses of Class
ch.admin.bit.jeap.initializer.ui.model.TemplateSelectionModel
Packages that use TemplateSelectionModel
-
Uses of TemplateSelectionModel in ch.admin.bit.jeap.initializer.ui
Methods in ch.admin.bit.jeap.initializer.ui with parameters of type TemplateSelectionModelModifier 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.processStepSelectTemplate(@Valid TemplateSelectionModel templateSelectionModel, org.springframework.validation.BindingResult bindingResult, 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) WizardController.showStepConfigureTemplate(TemplateSelectionModel templateSelectionModel, org.springframework.ui.Model model)