Class FormFunctionFactory
- java.lang.Object
-
- de.xima.fc.placeholder.replacer.form.function.FormFunctionFactory
-
public final class FormFunctionFactory extends Object
Factory for gettingform functions
instances for built-in functions.- Since:
- 7.4.0
- Author:
- XIMA MEDIA GmbH
-
-
Constructor Summary
Constructors Constructor Description FormFunctionFactory()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static IFormFunction
forName(String name)
Finds a built-in form function by its name.
-
-
-
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.
-
-