Interface IFormReplacerParams
-
- All Superinterfaces:
ILanguageTagProviding
,IReplacerParams
,Serializable
- All Known Subinterfaces:
IPlaceholderValueParams
- All Known Implementing Classes:
DefaultReplacerParameters
public interface IFormReplacerParams extends IReplacerParams, ILanguageTagProviding
- Author:
- XIMA MEDIA GmbH
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Deprecated Methods Modifier and Type Method Description Mandant
getClient()
default IPlaceholderEscaper
getEscaper()
The placeholder escaper, which should applied for the replaced placeholder values before they returned to the documentIFormDataAdapter
getFormData()
FormVersion
getFormVersion()
default String
getLanguageTag()
Vorgang
getProcess()
boolean
isEncodeForHTML()
Deprecated.default boolean
isEncodeFormValuesForPlaceholder()
void
setFormData(IFormDataAdapter formData)
-
-
-
Method Detail
-
getEscaper
default IPlaceholderEscaper getEscaper()
Description copied from interface:IReplacerParams
The placeholder escaper, which should applied for the replaced placeholder values before they returned to the document- Specified by:
getEscaper
in interfaceIReplacerParams
- Returns:
- an instance of
IPlaceholderEscaper
-
getLanguageTag
default String getLanguageTag()
- Specified by:
getLanguageTag
in interfaceILanguageTagProviding
- Returns:
- The language tag (
Locale.toLanguageTag()
) provided by this object.
-
getFormData
IFormDataAdapter getFormData()
-
getFormVersion
FormVersion getFormVersion()
- Returns:
- the current
FormVersion
object
-
isEncodeForHTML
@Deprecated boolean isEncodeForHTML()
Deprecated.
-
isEncodeFormValuesForPlaceholder
default boolean isEncodeFormValuesForPlaceholder()
- Specified by:
isEncodeFormValuesForPlaceholder
in interfaceIReplacerParams
-
setFormData
void setFormData(IFormDataAdapter formData)
-
-