Class DefaultFormFunctionReplacer

java.lang.Object
de.xima.fc.placeholder.replacer.DefaultFormFunctionReplacer
All Implemented Interfaces:
IFormFunctionReplacer

public class DefaultFormFunctionReplacer extends Object implements IFormFunctionReplacer
Default form value replacer implementation provided by formcycle that is always available. Replaces all built-in form functions.
Author:
XIMA MEDIA GmbH
  • Constructor Details

    • DefaultFormFunctionReplacer

      public DefaultFormFunctionReplacer()
  • Method Details

    • replace

      public String replace(String placeholder, String placeholderContent, IFormReplacerParams parameters)
      Description copied from interface: IFormFunctionReplacer
      Replaces the form field function
      Specified by:
      replace in interface IFormFunctionReplacer
      Parameters:
      placeholder - the complete placeholder
      placeholderContent - the content of the placeholder
      parameters - the replacer parameters
      Returns:
      the replaced value or the original placeholder