Interface IDynamicDataService

    • Method Detail

      • getFormData

        String getFormData​(HttpServletRequest request,
                           Form form,
                           Submission submission)
        Return the lookup form data for the request and form.
        Parameters:
        request - the AJAX form request
        form - the form which made the request
        submission - the form submission
        Returns:
        the dynamic form data (typically JSON)
      • getResponseContentType

        String getResponseContentType()
        Return the content type that shall be set on the response to the form.
        Returns:
        the content type that shall be set on the response
      • isInTestMode

        boolean isInTestMode()
        Return whether the service is currently in test mode. This will cause certain security checks to be skipped.
        Returns:
        true if the service is in test mode
      • getEventLoggingLevel

        String getEventLoggingLevel()
        Return the Event Logging level [ "Info" | "Warning" | "Error" | "None" ].
        Returns:
        the Event Logging level [ "Info" | "Warning" | "Error" | "None" ]
      • isAllowCallsAfterSubmission

        boolean isAllowCallsAfterSubmission()
        Return whether dynamic data calls will be accepted after form submission
        Returns:
        true if dynamic data calls will be accepted after form submission
        Since:
        4.3.1