Interface ISessionValueReplacer
- All Known Implementing Classes:
DefaultSessionValueReplacer
public interface ISessionValueReplacer
-
Method Summary
Modifier and TypeMethodDescriptiondefault String
replace
(IEntityContext ec, String placeholder, String placeholderContent, Vorgang vorgang, String sessionId, String baseUrl) Deprecated.default String
replace
(IEntityContext ec, String placeholder, String placeholderContent, ISessionReplacerParams parameters) Deprecated.replace
(String placeholder, String placeholderContent, ISessionReplacerParams parameters)
-
Method Details
-
replace
@Deprecated default String replace(IEntityContext ec, String placeholder, String placeholderContent, Vorgang vorgang, String sessionId, String baseUrl) Deprecated. -
replace
@Deprecated default String replace(IEntityContext ec, String placeholder, String placeholderContent, ISessionReplacerParams parameters) Deprecated.- Parameters:
ec
-IEntityContext
placeholder
-String
the placeholderplaceholderContent
-String
the content of the placeholderparameters
- the paremeters for the replacement- Returns:
String
the replaced placeholder
-
replace
-
replace(IEntityContext, String, String, ISessionReplacerParams)