diff --git a/spring-webflow-reference/src/system-setup.xml b/spring-webflow-reference/src/system-setup.xml index 028a655d..6b333b2c 100644 --- a/spring-webflow-reference/src/system-setup.xml +++ b/spring-webflow-reference/src/system-setup.xml @@ -62,7 +62,7 @@ Configuring custom FlowBuilder services - Use the flow-builder-services attribute to customize the services used to build the flows in a registry. + Use the flow-builder-services attribute to customize the services and settings used to build flows in a flow-registry. If no flow-builder-services tag is specified, the default service implementations are used. When the tag is defined, you only need to reference the services you want to customize. @@ -109,6 +109,17 @@ The default ViewFactoryCreator produces Spring MVC ViewFactories capable of rendering JSP, Velocity, and Freemarker views. + + The configurable settings are development. + These settings are global configuration attributes that can be applied during the flow construction process. + + + development + + Set this to true to switch on development mode for all flows in this registry. + Development mode switches on hot-reloading of flow definition changes, including changes to dependent flow resources such as message bundles. + + Configuring FlowRegistry hierarchies