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