Chapter 4 introduced expressions as a way of setting property values in factory resources at runtime. The examples presented used expressions to determine values for a variety of properties, all of which were under the internal control of the pipeline. But sometimes it is convenient to be able to inject external values into factory resources at runtime, either to share data or to create generic resources which can be reused in multiple scenarios. Injection of runtime values is achieved by using parameters.
Runtime parameters ...