public class

NonValidatingOsgiBundleXmlApplicationContext

extends OsgiBundleXmlApplicationContext
java.lang.Object
   ↳ org.springframework.core.io.DefaultResourceLoader
     ↳ org.springframework.context.support.AbstractApplicationContext
       ↳ org.springframework.context.support.AbstractRefreshableApplicationContext
         ↳ org.springframework.osgi.context.support.AbstractOsgiBundleApplicationContext
           ↳ org.springframework.osgi.context.support.AbstractDelegatedExecutionApplicationContext
             ↳ org.springframework.osgi.context.support.OsgiBundleXmlApplicationContext
               ↳ org.springframework.osgi.atlassian.NonValidatingOsgiBundleXmlApplicationContext

Class Overview

Application context that initializes the bean definition reader to not validate via XML Schema. Note that by turning this off, certain defaults won't be populated like expected. For example, XML Schema provides the default autowire value of "default", but without this validation, that value is not set so autowiring will be turned off. This class exists in the same package as the parent so the log messages won't get confused as the parent class logs against the instance class.

Summary

[Expand]
Inherited Constants
From class org.springframework.osgi.context.support.OsgiBundleXmlApplicationContext
From class org.springframework.context.support.AbstractApplicationContext
From interface org.springframework.beans.factory.BeanFactory
From interface org.springframework.context.ConfigurableApplicationContext
From interface org.springframework.core.io.ResourceLoader
From interface org.springframework.core.io.support.ResourcePatternResolver
From interface org.springframework.osgi.context.ConfigurableOsgiBundleApplicationContext
[Expand]
Inherited Fields
From class org.springframework.context.support.AbstractApplicationContext
Public Constructors
NonValidatingOsgiBundleXmlApplicationContext(String[] configLocations)
Protected Methods
void initBeanDefinitionReader(XmlBeanDefinitionReader beanDefinitionReader)
[Expand]
Inherited Methods
From class org.springframework.osgi.context.support.OsgiBundleXmlApplicationContext
From class org.springframework.osgi.context.support.AbstractDelegatedExecutionApplicationContext
From class org.springframework.osgi.context.support.AbstractOsgiBundleApplicationContext
From class org.springframework.context.support.AbstractRefreshableApplicationContext
From class org.springframework.context.support.AbstractApplicationContext
From class org.springframework.core.io.DefaultResourceLoader
From class java.lang.Object
From interface org.springframework.beans.factory.BeanFactory
From interface org.springframework.beans.factory.DisposableBean
From interface org.springframework.beans.factory.HierarchicalBeanFactory
From interface org.springframework.beans.factory.ListableBeanFactory
From interface org.springframework.context.ApplicationContext
From interface org.springframework.context.ApplicationEventPublisher
From interface org.springframework.context.ConfigurableApplicationContext
From interface org.springframework.context.Lifecycle
From interface org.springframework.context.MessageSource
From interface org.springframework.core.io.ResourceLoader
From interface org.springframework.core.io.support.ResourcePatternResolver
From interface org.springframework.osgi.context.ConfigurableOsgiBundleApplicationContext
From interface org.springframework.osgi.context.DelegatedExecutionOsgiBundleApplicationContext

Public Constructors

public NonValidatingOsgiBundleXmlApplicationContext (String[] configLocations)

Protected Methods

protected void initBeanDefinitionReader (XmlBeanDefinitionReader beanDefinitionReader)