Interface IPluginTemplateReplacerParams
-
- All Superinterfaces:
IPluginGenericReplacerParams
,IPluginParameters
- All Known Implementing Classes:
PluginTemplateReplacerParams
public interface IPluginTemplateReplacerParams extends IPluginGenericReplacerParams
Interface for the parameters of template placeholder replacer plugins.- Author:
- XIMA MEDIA GmbH
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Mandant
getMandant()
-
Methods inherited from interface de.xima.fc.interfaces.plugin.param.replacer.IPluginGenericReplacerParams
getEntityContext, getEscaper, getPlaceholder, getPlaceholderContent
-
-
-
-
Method Detail
-
getMandant
Mandant getMandant()
- Returns:
- The current
Mandant
. May be used to retrieve a certainTextbaustein
of that client.
-
-