eyalgo
1/22/2014 - 11:11 PM

bean-with-property

<context:property-placeholder location="classpath:spring/flow.properties" />

<bean id="longNameExternalFilter"
    class="org.eyal.requestvalidation.flow.example.flow.itemsfilter.filters.NameTooLongFilter">
    <constructor-arg value="${filter.external.name.max}" />
</bean>