Scope SPI support for EL binding [SPR-5224] #9898
Labels
in: core
Issues in core modules (aop, beans, core, context, expression)
type: enhancement
A general enhancement
Milestone
Dave Syer opened SPR-5224 and commented
Need to have late binding to scope-specific attributes in Spring Batch, e.g.
<bean class="..." scope="step">
<property name="resource" value="#{stepAttributes.inputFile}"/>
</bean>
or
<bean class="..." scope="step">
<property name="reader" ref="#{stepAttributes.readerRef}"/>
</bean>
Issue Links:
The text was updated successfully, but these errors were encountered: