Uses of Interface
de.xima.fc.interfaces.plugin.param.form.IFormLifecycleShouldExecuteParams
Packages that use IFormLifecycleShouldExecuteParams
-
Uses of IFormLifecycleShouldExecuteParams in de.xima.fc.plugin.interfaces.form
Methods in de.xima.fc.plugin.interfaces.form with parameters of type IFormLifecycleShouldExecuteParamsModifier and TypeMethodDescriptionboolean
IFormLifecyclePlugin.shouldExecute
(IFormLifecycleShouldExecuteParams params) Optional test to decide whether a form lifecycle plugin should be executed for a particular form request.default boolean
IPluginFormPrePersist.shouldExecute
(IFormLifecycleShouldExecuteParams params) default boolean
IPluginFormPreProcess.shouldExecute
(IFormLifecycleShouldExecuteParams params) default boolean
IPluginFormPreRender.shouldExecute
(IFormLifecycleShouldExecuteParams params) default boolean
IPluginFormPreRespond.shouldExecute
(IFormLifecycleShouldExecuteParams params) -
Uses of IFormLifecycleShouldExecuteParams in de.xima.fc.plugin.models.params.form
Classes in de.xima.fc.plugin.models.params.form that implement IFormLifecycleShouldExecuteParamsModifier and TypeClassDescriptionfinal class
Default POJO implementation ofIFormLifecycleShouldExecuteParams
.