Uses of Interface
de.xima.fc.interfaces.plugin.retval.replacer.IPluginGenericReplacerRetVal
-
Packages that use IPluginGenericReplacerRetVal Package Description de.xima.fc.interfaces.plugin.retval.replacer de.xima.fc.plugin.models.retval.replacer -
-
Uses of IPluginGenericReplacerRetVal in de.xima.fc.interfaces.plugin.retval.replacer
Subinterfaces of IPluginGenericReplacerRetVal in de.xima.fc.interfaces.plugin.retval.replacer Modifier and Type Interface Description interface
IPluginFormReplacerRetVal
Interface for the return value of a form replacer plugin.interface
IPluginSessionReplacerRetVal
Interface for the return value of a session replacer plugin.interface
IPluginSystemReplacerRetVal
Interface for the return value of a system replacer plugin.interface
IPluginTemplateReplacerRetVal
Interface for the return value of a template replacer plugin. -
Uses of IPluginGenericReplacerRetVal in de.xima.fc.plugin.models.retval.replacer
Classes in de.xima.fc.plugin.models.retval.replacer that implement IPluginGenericReplacerRetVal Modifier and Type Class Description class
PluginGenericReplacerRetVal
Default POJO implementation ofIPluginFormReplacerRetVal
,IPluginSessionReplacerRetVal
,IPluginSystemReplacerRetVal
,IPluginTemplateReplacerRetVal
.
-