| java.lang.Object |
| ↳ |
com.atlassian.plugin.osgi.spring.NonValidatingOsgiApplicationContextCreator |
Class Overview
Application context creator that will use a special application context that disables XML Schema validation
Summary
| Public Methods |
|
DelegatedExecutionOsgiBundleApplicationContext
|
createApplicationContext(BundleContext bundleContext)
Creates an application context that disables validation.
|
|
[Expand]
Inherited Methods |
From class
java.lang.Object
|
Object
|
clone()
|
|
boolean
|
equals(Object arg0)
|
|
void
|
finalize()
|
|
final
Class<?>
|
getClass()
|
|
int
|
hashCode()
|
|
final
void
|
notify()
|
|
final
void
|
notifyAll()
|
|
String
|
toString()
|
|
final
void
|
wait()
|
|
final
void
|
wait(long arg0, int arg1)
|
|
final
void
|
wait(long arg0)
|
|
From interface
org.springframework.osgi.extender.OsgiApplicationContextCreator
|
abstract
DelegatedExecutionOsgiBundleApplicationContext
|
createApplicationContext(BundleContext arg0)
|
|
Public Constructors
Public Methods
public
DelegatedExecutionOsgiBundleApplicationContext
createApplicationContext
(BundleContext bundleContext)
Creates an application context that disables validation. Most of this code is copy/pasted from
DefaultOsgiApplicationContextCreator
Parameters
| bundleContext
| The bundle context for the application context |
Returns
- The new application context