Uses of Interface
org.eclipse.gemini.blueprint.extender.OsgiApplicationContextCreator

Packages that use OsgiApplicationContextCreator
org.eclipse.gemini.blueprint.extender.internal.activator   
org.eclipse.gemini.blueprint.extender.internal.blueprint.activator   
org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support   
org.eclipse.gemini.blueprint.extender.internal.support Support package for Gemini Blueprint extender. 
org.eclipse.gemini.blueprint.extender.support Support package for Gemini Blueprint Extender infrastructure. 
 

Uses of OsgiApplicationContextCreator in org.eclipse.gemini.blueprint.extender.internal.activator
 

Methods in org.eclipse.gemini.blueprint.extender.internal.activator that return OsgiApplicationContextCreator
protected  OsgiApplicationContextCreator ContextLoaderListener.createDefaultOsgiApplicationContextCreator()
           
protected  OsgiApplicationContextCreator ContextLoaderListener.getOsgiApplicationContextCreator()
           
 

Uses of OsgiApplicationContextCreator in org.eclipse.gemini.blueprint.extender.internal.blueprint.activator
 

Methods in org.eclipse.gemini.blueprint.extender.internal.blueprint.activator that return OsgiApplicationContextCreator
protected  OsgiApplicationContextCreator BlueprintLoaderListener.getOsgiApplicationContextCreator()
          Always use the BlueprintContainerCreator, never the configured creator.
 

Uses of OsgiApplicationContextCreator in org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support
 

Classes in org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support that implement OsgiApplicationContextCreator
 class BlueprintContainerCreator
          Blueprint specific context creator.
 

Uses of OsgiApplicationContextCreator in org.eclipse.gemini.blueprint.extender.internal.support
 

Methods in org.eclipse.gemini.blueprint.extender.internal.support that return OsgiApplicationContextCreator
 OsgiApplicationContextCreator ExtenderConfiguration.getContextCreator()
          Returns the contextCreator.
protected  OsgiApplicationContextCreator ExtenderConfiguration.postProcess(OsgiApplicationContextCreator contextCreator)
          Allows post processing of the context creator.
 

Methods in org.eclipse.gemini.blueprint.extender.internal.support with parameters of type OsgiApplicationContextCreator
protected  OsgiApplicationContextCreator ExtenderConfiguration.postProcess(OsgiApplicationContextCreator contextCreator)
          Allows post processing of the context creator.
 

Uses of OsgiApplicationContextCreator in org.eclipse.gemini.blueprint.extender.support
 

Classes in org.eclipse.gemini.blueprint.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.eclipse.gemini.blueprint.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-2013. All Rights Reserved.