Interface IFormFunctionReplacer

All Known Implementing Classes:
DefaultFormFunctionReplacer

public interface IFormFunctionReplacer
Interface for an form field functions replacer
Author:
XIMA MEDIA GmbH, Dresden
  • Method Summary

    Modifier and Type
    Method
    Description
    replace(String placeholder, String placeholderContent, IFormReplacerParams parameters)
    Replaces the form field function
  • Method Details

    • replace

      String replace(String placeholder, String placeholderContent, IFormReplacerParams parameters)
      Replaces the form field function
      Parameters:
      placeholder - the complete placeholder
      placeholderContent - the content of the placeholder
      parameters - the replacer parameters
      Returns:
      the replaced value or the original placeholder