Interface IPluginFormReplacerParams
- All Superinterfaces:
IPluginGenericReplacerParams,IPluginParameters
- All Known Implementing Classes:
PluginFormReplacerParams
Interface that encapsulates the parameters for a form replacer plugin.
- Author:
- XIMA MEDIA GmbH
-
Method Summary
Modifier and TypeMethodDescriptiondefault IFormDataAdapterDeprecated.Use (@link #getFormReplacerParams()default FormVersionDeprecated.Use (@link #getFormReplacerParams()default booleanDeprecated.Methods inherited from interface de.xima.fc.interfaces.plugin.param.replacer.IPluginGenericReplacerParams
getEntityContext, getEscaper, getPlaceholder, getPlaceholderContent
-
Method Details
-
getFormversion
Deprecated.Use (@link #getFormReplacerParams()- Returns:
- The current
FormVersionfor which the replacement is being performed.
-
getFormDataAdapter
Deprecated.Use (@link #getFormReplacerParams()- Returns:
- The
IFormDataAdapterthat you can use to access the form data of the currentFormEingang.
-
getReplacerParams
IFormReplacerParams getReplacerParams()- Specified by:
getReplacerParamsin interfaceIPluginGenericReplacerParams- Returns:
- The
IFormReplacerParamsthat you can use to access the form replacer params.
-
isEncodeForHTML
Deprecated.- Returns:
- Whether the replaced placeholder value must be escaped for HTML, eg. by replacing
&with&etc.
-