Class DefaultFormFunctionReplacer

    • Constructor Detail

      • DefaultFormFunctionReplacer

        public DefaultFormFunctionReplacer()
    • Method Detail

      • 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