Class FormFunctionFactory
java.lang.Object
de.xima.fc.placeholder.replacer.form.function.FormFunctionFactory
Factory for getting
form functions
instances for built-in functions.- Since:
- 7.4.0
- Author:
- XIMA MEDIA GmbH
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic IFormFunction
Finds a built-in form function by its name.
-
Constructor Details
-
FormFunctionFactory
public FormFunctionFactory()
-
-
Method Details
-
forName
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.
-