Uses of Interface
info.magnolia.objectfactory.configuration.ComponentConfigurer

Packages that use ComponentConfigurer
info.magnolia.event   
info.magnolia.module   
info.magnolia.objectfactory.configuration   
info.magnolia.objectfactory.guice   
 

Uses of ComponentConfigurer in info.magnolia.event
 

Classes in info.magnolia.event that implement ComponentConfigurer
 class EventBusProtector
          Protects event buses in the parent ComponentProvider by wrapping them with resettable wrappers.
 class SystemEventBusConfigurer
          Configures an EventBus bound to the name system.
 

Uses of ComponentConfigurer in info.magnolia.module
 

Classes in info.magnolia.module that implement ComponentConfigurer
 class ModuleInstancesConfigurer
          Guice configuration module that binds providers for module classes.
 

Uses of ComponentConfigurer in info.magnolia.objectfactory.configuration
 

Classes in info.magnolia.objectfactory.configuration that implement ComponentConfigurer
 class LegacyComponentsConfigurer
          This ComponentConfigurer configures components from properties.
 

Methods in info.magnolia.objectfactory.configuration that return ComponentConfigurer
protected  ComponentConfigurer ComponentProviderConfigurationBuilder.getConfigurer(ConfigurerDefinition configurerDefinition)
           
 

Methods in info.magnolia.objectfactory.configuration that return types with arguments of type ComponentConfigurer
 List<ComponentConfigurer> ComponentProviderConfiguration.getConfigurers()
           
 

Methods in info.magnolia.objectfactory.configuration with parameters of type ComponentConfigurer
 boolean ComponentProviderConfiguration.addConfigurer(ComponentConfigurer configurer)
           
 

Uses of ComponentConfigurer in info.magnolia.objectfactory.guice
 

Classes in info.magnolia.objectfactory.guice that implement ComponentConfigurer
 class AbstractGuiceComponentConfigurer
          Abstract base class for configurers that interact with Guice.
 class GuiceContextAndScopesConfigurer
          Registers request and session scopes and providers for accessing MgnlContext.
 class GuicePropertyConfigurer
          Guice configuration module which exposes Magnolia properties.
 

Methods in info.magnolia.objectfactory.guice with parameters of type ComponentConfigurer
 GuiceComponentProvider GuiceComponentProviderBuilder.build(ComponentConfigurer... configurers)
           
 



Copyright © 2003-2013 Magnolia International Ltd.. All Rights Reserved.