public interface ISessionValueReplacer
| Modifier and Type | Method and Description |
|---|---|
default String |
replace(IEntityContext ec,
String placeholder,
String placeholderContent,
ISessionReplacerParams parameters)
Deprecated.
|
default String |
replace(IEntityContext ec,
String placeholder,
String placeholderContent,
Vorgang vorgang,
String sessionId,
String context)
Deprecated.
|
String |
replace(String placeholder,
String placeholderContent,
ISessionReplacerParams parameters) |
@Deprecated default String replace(IEntityContext ec, String placeholder, String placeholderContent, Vorgang vorgang, String sessionId, String context)
replace(IEntityContext, String, String, ISessionReplacerParams)@Deprecated default String replace(IEntityContext ec, String placeholder, String placeholderContent, ISessionReplacerParams parameters)
ec - IEntityContextplaceholder - String the placeholderplaceholderContent - String the content of the placeholderparameters - the paremeters for the replacementString the replaced placeholderString replace(String placeholder, String placeholderContent, ISessionReplacerParams parameters)
Copyright © 2020 XIMA MEDIA GmbH. All rights reserved.