public interface IFormValueReplacer
Modifier and Type | Method and Description |
---|---|
default String |
replace(IEntityContext ec,
String placeholder,
String placeholderContent,
IFormDataAdapter fda,
FormVersion fv,
boolean encodeForHTML)
Deprecated.
|
default String |
replace(IEntityContext ec,
String placeholder,
String placeholderContent,
IFormReplacerParams parameters)
Deprecated.
|
String |
replace(String placeholder,
String placeholderContent,
IFormReplacerParams parameters) |
@Deprecated default String replace(IEntityContext ec, String placeholder, String placeholderContent, IFormDataAdapter fda, FormVersion fv, boolean encodeForHTML)
@Deprecated default String replace(IEntityContext ec, String placeholder, String placeholderContent, IFormReplacerParams parameters)
String replace(String placeholder, String placeholderContent, IFormReplacerParams parameters)
Copyright © 2021 XIMA MEDIA GmbH. All rights reserved.