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 baseUrl)
Deprecated.
|
String |
replace(String placeholder,
String placeholderContent,
ISessionReplacerParams parameters) |
@Deprecated default String replace(IEntityContext ec, String placeholder, String placeholderContent, Vorgang vorgang, String sessionId, String baseUrl)
replace(IEntityContext, String, String, ISessionReplacerParams)
@Deprecated default String replace(IEntityContext ec, String placeholder, String placeholderContent, ISessionReplacerParams parameters)
ec
- IEntityContext
placeholder
- 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 © 2021 XIMA MEDIA GmbH. All rights reserved.