Package formflow.library
Class PdfController
java.lang.Object
formflow.library.FormFlowController
formflow.library.PdfController
@Controller
@EnableAutoConfiguration
@RequestMapping("/download")
public class PdfController
extends FormFlowController
-
Field Summary
Fields inherited from class formflow.library.FormFlowController
flowConfigurations, SUBMISSION_MAP_NAME, submissionRepositoryService, userFileRepositoryService -
Constructor Summary
ConstructorsConstructorDescriptionPdfController(org.springframework.context.MessageSource messageSource, PdfService pdfService, SubmissionRepositoryService submissionRepositoryService, UserFileRepositoryService userFileRepositoryService, List<FlowConfiguration> flowConfigurations) -
Method Summary
Methods inherited from class formflow.library.FormFlowController
doesFlowExist, findOrCreateSubmission, getFlowConfigurationByName, getSubmissionFromSession, getSubmissionIdForFlow, saveToRepository, saveToRepository, setSubmissionInSession, throwNotFoundError
-
Constructor Details
-
PdfController
public PdfController(org.springframework.context.MessageSource messageSource, PdfService pdfService, SubmissionRepositoryService submissionRepositoryService, UserFileRepositoryService userFileRepositoryService, List<FlowConfiguration> flowConfigurations)
-