Interface II18nValueReplacerParams
- 
- All Superinterfaces:
 ILanguageTagProviding,IReplacerParams,Serializable
- All Known Subinterfaces:
 IPlaceholderValueParams
- All Known Implementing Classes:
 DefaultReplacerParameters
public interface II18nValueReplacerParams extends IReplacerParams, ILanguageTagProviding
- Author:
 - XIMA MEDIA GmbH
 
 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Deprecated Methods Modifier and Type Method Description MandantgetClient()booleanisEncodeForHTML()Deprecated.default booleanisReplaceI18nPlaceholders()- 
Methods inherited from interface de.xima.fc.interfaces.ILanguageTagProviding
getLanguageTag 
- 
Methods inherited from interface de.xima.fc.interfaces.placeholder.params.IReplacerParams
getEscaper, isEncodeFormValuesForPlaceholder 
 - 
 
 - 
 
- 
- 
Method Detail
- 
getClient
Mandant getClient()
 
- 
isReplaceI18nPlaceholders
default boolean isReplaceI18nPlaceholders()
- Returns:
 - When 
false, i18n placeholders are not replaced. 
 
- 
isEncodeForHTML
@Deprecated boolean isEncodeForHTML()
Deprecated. 
 - 
 
 -