Uses of Interface
de.xima.fc.interfaces.plugin.param.replacer.IPluginFormReplacerParams
-
Packages that use IPluginFormReplacerParams Package Description de.xima.fc.plugin.interfaces.replacer de.xima.fc.plugin.models.params.replacer -
-
Uses of IPluginFormReplacerParams in de.xima.fc.plugin.interfaces.replacer
Methods in de.xima.fc.plugin.interfaces.replacer with parameters of type IPluginFormReplacerParams Modifier and Type Method Description IPluginFormReplacerRetVal
IPluginFormReplacer. replace(IPluginFormReplacerParams params)
This is the main method of this plugin that should perform the placeholder replacement. -
Uses of IPluginFormReplacerParams in de.xima.fc.plugin.models.params.replacer
Classes in de.xima.fc.plugin.models.params.replacer that implement IPluginFormReplacerParams Modifier and Type Class Description class
PluginFormReplacerParams
-