Class BatchletStep

  • All Implemented Interfaces:
    Step, org.springframework.beans.factory.Aware, org.springframework.beans.factory.BeanNameAware, org.springframework.beans.factory.InitializingBean

    public class BatchletStep
    extends TaskletStep
    Special sub class of the TaskletStep for use with JSR-352 jobs. This implementation addresses the registration of a BatchPropertyContext for resolution of late binding parameters.
    Since:
    3.0
    Author:
    Michael Minella