Example usage for org.springframework.batch.core.configuration.support ApplicationContextFactory interface-usage

List of usage examples for org.springframework.batch.core.configuration.support ApplicationContextFactory interface-usage

Introduction

In this page you can find the example usage for org.springframework.batch.core.configuration.support ApplicationContextFactory interface-usage.

Usage

From source file org.springframework.batch.core.configuration.support.ClassPathXmlApplicationContextFactory.java

/**
 * {@link ApplicationContextFactory} implementation that takes a parent context
 * and a path to the context to create. When createApplicationContext method is
 * called, the child {@link ApplicationContext} will be returned. The child
 * context is not re-created every time it is requested, it is lazily
 * initialized and cached. Clients should ensure that it is closed when it is no

From source file org.springframework.batch.core.configuration.support.AbstractApplicationContextFactory.java

/**
 * {@link ApplicationContextFactory} implementation that takes a parent context and a path to the context to create.
 * When createApplicationContext method is called, the child {@link ApplicationContext} will be returned. The child
 * context is not re-created every time it is requested, it is lazily initialized and cached. Clients should ensure that
 * it is closed when it is no longer needed. If a path is not set, the parent will always be returned.
 *

From source file org.springframework.data.hadoop.admin.workflow.support.FileSystemApplicationContextFactory.java

/**
 * <code>ApplicationContextFactory</code> which is used to create <code>FileSystemApplicationContextFactory</code>
 * 
 * @author Jarred Li
 *
 */