Uses of Interface
org.springframework.osgi.extender.OsgiApplicationContextCreator

Packages that use OsgiApplicationContextCreator
org.springframework.osgi.extender.support Support package for Spring-DM Extender infrastructure. 
 

Uses of OsgiApplicationContextCreator in org.springframework.osgi.extender.support
 

Classes in org.springframework.osgi.extender.support that implement OsgiApplicationContextCreator
 class ConditionalApplicationContextCreator
          Useful OsgiApplicationContextCreator implementation that dictates whether the default application context used by the Spring-DM extender should be created (or not) based on a boolean value.
 class DefaultOsgiApplicationContextCreator
          Default OsgiApplicationContextCreator implementation.
 

Methods in org.springframework.osgi.extender.support with parameters of type OsgiApplicationContextCreator
 void ConditionalApplicationContextCreator.setDelegatedApplicationContextCreator(OsgiApplicationContextCreator delegatedContextCreator)
          Sets the OsgiApplicationContextCreator used by this context creator for the actual creation.
 



Copyright © 2006-2009 Spring Framework. All Rights Reserved.