Skip navigation links
de.xima.fc.plugin.interfaces.form

Interface IPluginFormPrePersist

    • Method Detail

      • execute

        IPluginFormPrePersistRetVal execute(IPluginFormPrePersistParams params)
                                     throws FCPluginException
        The main method of this plugin. Checks and returns whether the form submission is acceptable.
        Parameters:
        params - The parameters this plugin may make use of. Contains the current form request context that may be used to access the submitted form data.
        Returns:
        Whether the form submission should be allowed or prevented.
        Throws:
        FCPluginException - May be thrown when this plugin cannot perform is task due to any reason.

Copyright © 2020 XIMA MEDIA GmbH. All rights reserved.