Uses of Interface
org.springframework.batch.core.scope.util.ContextFactory

Packages that use ContextFactory
org.springframework.batch.core.scope.util   
 

Uses of ContextFactory in org.springframework.batch.core.scope.util
 

Classes in org.springframework.batch.core.scope.util that implement ContextFactory
 class StepContextFactory
          Implementation of ContextFactory that provides the current StepContext as a context object.
 

Methods in org.springframework.batch.core.scope.util with parameters of type ContextFactory
 void PlaceholderTargetSource.setContextFactory(ContextFactory contextFactory)
          Public setter for the context factory.
 

Constructors in org.springframework.batch.core.scope.util with parameters of type ContextFactory
PlaceholderProxyFactoryBean(ContextFactory contextFactory)
          Create a new FactoryBean instance.
 



Copyright © 2013 SpringSource. All Rights Reserved.