Class FormFunctionFactory

java.lang.Object
de.xima.fc.placeholder.replacer.form.function.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 Details

    • FormFunctionFactory

      public FormFunctionFactory()
  • Method Details

    • 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.