Uses of Interface
de.xima.fc.interfaces.plugin.param.form.IFormLifecycleExecuteParams
-
Packages that use IFormLifecycleExecuteParams Package Description de.xima.fc.interfaces.plugin.param.form de.xima.fc.plugin.models.params.form -
-
Uses of IFormLifecycleExecuteParams in de.xima.fc.interfaces.plugin.param.form
Subinterfaces of IFormLifecycleExecuteParams in de.xima.fc.interfaces.plugin.param.form Modifier and Type Interface Description interface
IPluginFormPrePersistParams
Interface for the parameters of form pre-presist plugins.interface
IPluginFormPreProcessParams
Interface for the parameters of form pre-process plugins.interface
IPluginFormPreRenderParams
Interface that encapsulates the parameters for a form pre-render plugin.interface
IPluginFormPreRespondParams
Interface for the parameters of form pre-respond plugins. -
Uses of IFormLifecycleExecuteParams in de.xima.fc.plugin.models.params.form
Classes in de.xima.fc.plugin.models.params.form that implement IFormLifecycleExecuteParams Modifier and Type Class Description class
PluginFormPrePersistParams
class
PluginFormPreProcessParams
class
PluginFormPreRenderParams
class
PluginFormPreRespondParams
Simple POJO implementation ofIPluginFormPreRespondParams
.
-