public class NonValidatingOsgiApplicationContextCreator extends Object implements org.springframework.osgi.extender.OsgiApplicationContextCreator
| Constructor and Description |
|---|
NonValidatingOsgiApplicationContextCreator(List<ApplicationContextPreProcessor> applicationContextPreProcessors) |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.osgi.context.DelegatedExecutionOsgiBundleApplicationContext |
createApplicationContext(org.osgi.framework.BundleContext bundleContext)
Creates an application context that disables validation.
|
public NonValidatingOsgiApplicationContextCreator(List<ApplicationContextPreProcessor> applicationContextPreProcessors)
public org.springframework.osgi.context.DelegatedExecutionOsgiBundleApplicationContext createApplicationContext(org.osgi.framework.BundleContext bundleContext)
throws Exception
DefaultOsgiApplicationContextCreatorcreateApplicationContext in interface org.springframework.osgi.extender.OsgiApplicationContextCreatorbundleContext - The bundle context for the application contextException - If anything goes wrongCopyright © 2014 Atlassian. All rights reserved.