Uses of Class
com.avoka.fc.core.util.SubmissionException
Packages that use SubmissionException
Package
Description
Provides the SmartForm Manager service classes.
Provides the Fluent Groovy API services.
Provides submission service implementations.
Provides execution thread request context utility class.
-
Uses of SubmissionException in com.avoka.fc.core.service
Methods in com.avoka.fc.core.service that throw SubmissionExceptionModifier and TypeMethodDescriptionISubmissionPreprocessorService.processSubmission
(SubmissionDataBean submissionDataBean, jakarta.servlet.http.HttpServletRequest request) Processes and potentially rejects a submission before it is stored to SmartForm Manager -
Uses of SubmissionException in com.avoka.fc.core.service.fluent
Methods in com.avoka.fc.core.service.fluent that throw SubmissionExceptionModifier and TypeMethodDescriptionFluentSubmissionPreprocessor.processSubmission
(SubmissionDataBean submissionDataBean, jakarta.servlet.http.HttpServletRequest request) Processes and potentially rejects a submission before it is stored in Journey Manager. -
Uses of SubmissionException in com.avoka.fc.core.service.submission
Methods in com.avoka.fc.core.service.submission that throw SubmissionExceptionModifier and TypeMethodDescriptionGroovySubmissionPreprocessor.processSubmission
(SubmissionDataBean submissionDataBean, jakarta.servlet.http.HttpServletRequest request) Processes and potentially rejects a submission before it is stored in Journey Manager. -
Uses of SubmissionException in com.avoka.fc.core.servlet
Methods in com.avoka.fc.core.servlet with parameters of type SubmissionExceptionModifier and TypeMethodDescriptionprotected void
SubmissionServlet.redirectToSubmissionErrorsPage
(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response, SubmissionDataBean submissionDataBean, SubmissionException submissionException)