Java org.springframework.batch.core.jsr.configuration.xml JsrXmlApplicationContext fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.batch.core.jsr.configuration.xml JsrXmlApplicationContext fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.batch.core.jsr.configuration.xml JsrXmlApplicationContext.

The text is from its open source code.

Constructor

JsrXmlApplicationContext(Properties jobParameters)

Create a new context instance using the provided Properties representing job parameters when pre-processing the job definition document.

JsrXmlApplicationContext()

Create a new context instance with no job parameters.

Method

voidclose()
Close this application context, destroying all beans in its bean factory.
booleancontainsBeanDefinition(String beanName)
ObjectgetBean(String name)
BeanDefinitiongetBeanDefinition(String beanName)
ConfigurableListableBeanFactorygetBeanFactory()
Return the single internal BeanFactory held by this context (as ConfigurableListableBeanFactory).
String[]getBeanNamesForType(ResolvableType type)
booleanisActive()
voidload(Resource... resources)
Load bean definitions from the given XML resources.
voidrefresh()
voidregisterBeanDefinition(String beanName, BeanDefinition beanDefinition)
voidsetParent(@Nullable ApplicationContext parent)
Set the parent of this application context, also setting the parent of the internal BeanFactory accordingly.
voidsetValidating(boolean validating)
Set whether to use XML validation.