Uses of Class
com.avoka.fc.core.util.SubmissionException
-
Packages that use SubmissionException Package Description com.avoka.fc.core.service Provides the SmartForm Manager service classes.com.avoka.fc.core.service.fluent Provides the Fluent Groovy API services.com.avoka.fc.core.service.submission Provides submission service implementations.com.avoka.fc.core.servlet 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 SubmissionException Modifier and Type Method Description Object
ISubmissionPreprocessorService. processSubmission(SubmissionDataBean submissionDataBean, 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 SubmissionException Modifier and Type Method Description Object
FluentSubmissionPreprocessor. processSubmission(SubmissionDataBean submissionDataBean, 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 SubmissionException Modifier and Type Method Description SubmissionDataBean
GroovySubmissionPreprocessor. processSubmission(SubmissionDataBean submissionDataBean, 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 SubmissionException Modifier and Type Method Description protected void
SubmissionServlet. redirectToSubmissionErrorsPage(HttpServletRequest request, HttpServletResponse response, SubmissionDataBean submissionDataBean, SubmissionException submissionException)
-