Interface ISessionValueReplacer
-
- All Known Implementing Classes:
DefaultSessionValueReplacer
public interface ISessionValueReplacer
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Deprecated Methods Modifier and Type Method Description default 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.String
replace(String placeholder, String placeholderContent, ISessionReplacerParams parameters)
-
-
-
Method Detail
-
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
String replace(String placeholder, String placeholderContent, ISessionReplacerParams parameters)
-
-