Class PluginFormReplacerParams
java.lang.Object
de.xima.fc.plugin.models.params.replacer.PluginFormReplacerParams
- All Implemented Interfaces:
IPluginParameters, IPluginFormReplacerParams, IPluginGenericReplacerParams
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionPluginFormReplacerParams(IEntityContext ec, String placeholder, String placeholderContent, IFormDataAdapter fda, FormVersion formversion) Deprecated.PluginFormReplacerParams(IEntityContext ec, String placeholder, String placeholderContent, IFormReplacerParams parameters) -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Deprecated.Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface IPluginFormReplacerParams
isEncodeForHTMLMethods inherited from interface IPluginGenericReplacerParams
getEntityContext, getEscaper, getPlaceholder, getPlaceholderContent
-
Field Details
-
replacerParams
-
-
Constructor Details
-
PluginFormReplacerParams
public PluginFormReplacerParams(IEntityContext ec, String placeholder, String placeholderContent, IFormReplacerParams parameters) -
PluginFormReplacerParams
@Deprecated public PluginFormReplacerParams(IEntityContext ec, String placeholder, String placeholderContent, IFormDataAdapter fda, FormVersion formversion) - Parameters:
ec- Current entity context for database interaction.placeholder- Placeholder to process.placeholderContent- Content of the placeholder to process.fda- Current form data adapter with the submitted form data.formversion- Current form version being processed.
-
-
Method Details
-
getFormDataAdapter
Deprecated.- Specified by:
getFormDataAdapterin interfaceIPluginFormReplacerParams- Returns:
- The
IFormDataAdapterthat you can use to access the form data of the currentFormEingang.
-
getFormversion
Deprecated.- Specified by:
getFormversionin interfaceIPluginFormReplacerParams- Returns:
- The current
FormVersionfor which the replacement is being performed.
-
getReplacerParams
- Specified by:
getReplacerParamsin interfaceIPluginFormReplacerParams- Specified by:
getReplacerParamsin interfaceIPluginGenericReplacerParams- Returns:
- The current replacer parameters for the replacement process.
-
getEntityContext
- Specified by:
getEntityContextin interfaceIPluginGenericReplacerParams- Returns:
- An
IEntityContextthat can be used to send queries to the database.
-
getPlaceholder
- Specified by:
getPlaceholderin interfaceIPluginGenericReplacerParams- Returns:
- The entire placeholder, including the name of the placeholder as well as the prefix and the suffix, such
as
[%tf1%]. - See Also:
-
getPlaceholderContent
- Specified by:
getPlaceholderContentin interfaceIPluginGenericReplacerParams- Returns:
- The name of the placeholder, without the prefix and the suffix, such as
tf1. - See Also:
-
PluginFormReplacerParams(IEntityContext, String, String, IFormReplacerParams).