Interface IFD2ReplacerProvider
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
DefaultFD2ReplacerProvider
- Author:
- XIMA MEDIA GmbH
-
Method Summary
Modifier and TypeMethodDescriptiondefault String
parse
(String text, IXFormRenderConfig renderConfig) Deprecated.parse
(String text, IXFormRenderConfig renderConfig, boolean escapeHtml) Replaces placeholders in the given text, using the data from the given render config.parseClientFormula
(String text, IXFormRenderConfig config)
-
Method Details
-
parse
Replaces placeholders in the given text, using the data from the given render config.- Parameters:
text
- Text that may contain placeholders to replace.renderConfig
- Render config to use for the replacement process.escapeHtml
-true
to escape HTML in form placeholders,false
otherwise.- Returns:
- The text with all placeholders replaced.
-
parse
Deprecated.Replaces placeholders in the given text, using the data from the given render config.- Parameters:
text
- Text that may contain placeholders to replace.renderConfig
- Render config to use for the replacement process.- Returns:
- The text with all placeholders replaced.
-
parseClientFormula
-
parse(String, IXFormRenderConfig, boolean)
.