public interface ISessionValueReplacer
| Modifier and Type | Method and Description | 
|---|---|
String | 
replace(IEntityContext ec,
       String placeholder,
       String placeholderContent,
       ISessionReplacerParams parameters)  | 
default String | 
replace(IEntityContext ec,
       String placeholder,
       String placeholderContent,
       Vorgang vorgang,
       String sessionId,
       String context)
Deprecated. 
 
 | 
@Deprecated default String replace(IEntityContext ec, String placeholder, String placeholderContent, Vorgang vorgang, String sessionId, String context)
replace(IEntityContext, String, String, ISessionReplacerParams)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 placeholderCopyright © 2019 XIMA MEDIA GmbH. All rights reserved.