Interface IContextValueReplacer
- All Known Implementing Classes:
DefaultContextValueReplacer
public interface IContextValueReplacer
- Author:
- XIMA MEDIA GmbH
-
Method Summary
Modifier and TypeMethodDescriptiondefault Stringreplace(IEntityContext ec, String placeholder, String placeholderContent, IContextReplacerParams parameters) Deprecated.replace(String placeholder, String placeholderContent, IContextReplacerParams parameters)
-
Method Details
-
replace
@Deprecated default String replace(IEntityContext ec, String placeholder, String placeholderContent, IContextReplacerParams parameters) Deprecated. -
replace
-