Class FormFunctionFactory


  • public final class FormFunctionFactory
    extends Object
    Factory for getting form functions instances for built-in functions.
    Since:
    7.4.0
    Author:
    XIMA MEDIA GmbH
    • Constructor Detail

      • FormFunctionFactory

        public FormFunctionFactory()
    • Method Detail

      • forName

        public static IFormFunction forName​(String name)
        Finds a built-in form function by its name.
        Parameters:
        name - Name of the form function. No distinction is made between upper and lower case.
        Returns:
        The form function implementation, or null when no function exists for the given name.