Interface FlowPrepareHandler
-
public interface FlowPrepareHandlerAn interface that defines contract for custom preparation logic for the configurable flow widget. It is used together withPrepareTypein the prepare section for the aforementioned widget.Note: handler="spring-bean-id" refers to the bean defined in the spring application context and it is of type
FlowPrepareHandler
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidprepareFlow(PrepareType prepare, WidgetInstanceManager widgetInstanceManager)
-
-
-
Method Detail
-
prepareFlow
void prepareFlow(PrepareType prepare, WidgetInstanceManager widgetInstanceManager)
-
-