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 Default Methods Deprecated Methods Modifier and Type Method Description default MandantgetMandant()Deprecated.ITemplateReplacerParamsgetReplacerParams()- 
Methods inherited from interface de.xima.fc.interfaces.plugin.param.replacer.IPluginGenericReplacerParams
getEntityContext, getEscaper, getPlaceholder, getPlaceholderContent 
 - 
 
 - 
 
- 
- 
Method Detail
- 
getMandant
@Deprecated default Mandant getMandant()
Deprecated.- Returns:
 - The current 
Mandant. May be used to retrieve a certainTextbausteinof that client. 
 
- 
getReplacerParams
ITemplateReplacerParams getReplacerParams()
- Specified by:
 getReplacerParamsin interfaceIPluginGenericReplacerParams- Returns:
 - The current replacer parameters for the replacement process.
 
 
 - 
 
 -