Uses of Interface
info.magnolia.objectfactory.ComponentFactory

Packages that use ComponentFactory
info.magnolia.cms.beans.config   
info.magnolia.cms.security   
info.magnolia.cms.util   
info.magnolia.objectfactory   
info.magnolia.objectfactory.configuration   
info.magnolia.objectfactory.guice   
 

Uses of ComponentFactory in info.magnolia.cms.beans.config
 

Classes in info.magnolia.cms.beans.config that implement ComponentFactory
static class ServerConfiguration.InstanceFactory
          A special instance factory preventing recursive instantiation.
 

Uses of ComponentFactory in info.magnolia.cms.security
 

Classes in info.magnolia.cms.security that implement ComponentFactory
static class IPSecurityManagerImpl.InstanceFactory
          Provides a custom transformer as the current configuration is not c2b friendly.
 

Uses of ComponentFactory in info.magnolia.cms.util
 

Subinterfaces of ComponentFactory in info.magnolia.cms.util
static interface FactoryUtil.InstanceFactory
          Deprecated. since 4.3 - use ComponentFactory
 

Classes in info.magnolia.cms.util that implement ComponentFactory
static class FactoryUtil.ObservedObjectFactory
          Deprecated. since 4.3 - use ObservedComponentFactory
 

Uses of ComponentFactory in info.magnolia.objectfactory
 

Classes in info.magnolia.objectfactory that implement ComponentFactory
 class ConfiguredComponentFactory<T>
          Builds a component configured in the repository by using content2bean.
 class LazyObservedComponentFactory<T>
          ComponentFactory that provides an instance by reading it from a repository.
 class ObservedComponentFactory<T>
          Generic observed singleton factory.
 

Methods in info.magnolia.objectfactory that return ComponentFactory
static
<T> ComponentFactory<T>
ComponentFactoryUtil.createFactory(Class<? extends ComponentFactory<T>> factoryClass, ComponentProvider componentProvider)
          Uses the empty constructor or passes the ComponentProvider if such a constructor exists.
 

Methods in info.magnolia.objectfactory with parameters of type ComponentFactory
 void DefaultComponentProvider.setInstanceFactory(Class<?> type, ComponentFactory<?> factory)
          Deprecated. Used only in tests.
 

Method parameters in info.magnolia.objectfactory with type arguments of type ComponentFactory
static
<T> ComponentFactory<T>
ComponentFactoryUtil.createFactory(Class<? extends ComponentFactory<T>> factoryClass, ComponentProvider componentProvider)
          Uses the empty constructor or passes the ComponentProvider if such a constructor exists.
 

Uses of ComponentFactory in info.magnolia.objectfactory.configuration
 

Method parameters in info.magnolia.objectfactory.configuration with type arguments of type ComponentFactory
protected
<T> ProviderConfiguration<T>
LegacyComponentsConfigurer.getComponentFactory(Class<T> type, Class<? extends ComponentFactory<T>> factoryClass)
           
 

Uses of ComponentFactory in info.magnolia.objectfactory.guice
 

Methods in info.magnolia.objectfactory.guice with parameters of type ComponentFactory
static
<T> javax.inject.Provider<T>
GuiceUtils.providerForComponentFactory(ComponentFactory<T> componentFactory)
           
 

Method parameters in info.magnolia.objectfactory.guice with type arguments of type ComponentFactory
static
<T> javax.inject.Provider<T>
GuiceUtils.providerForComponentFactory(Class<? extends ComponentFactory<T>> componentFactoryClass)
           
 



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