Class FormFunctionFactory
- java.lang.Object
 - 
- de.xima.fc.placeholder.replacer.form.function.FormFunctionFactory
 
 
- 
public final class FormFunctionFactory extends Object
Factory for gettingform functionsinstances 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 IFormFunctionforName(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 
nullwhen no function exists for the given name. 
 
 - 
 
 -