|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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
|
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
|
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
|
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
|
GuiceUtils.providerForComponentFactory(ComponentFactory<T> componentFactory)
|
Method parameters in info.magnolia.objectfactory.guice with type arguments of type ComponentFactory | ||
---|---|---|
static
|
GuiceUtils.providerForComponentFactory(Class<? extends ComponentFactory<T>> componentFactoryClass)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |