T
- the type of component this factory instantiates.public class LazyObservedComponentFactory<T> extends Object implements ComponentFactory<T>
Constructor and Description |
---|
LazyObservedComponentFactory(String repository,
String path,
Class<T> type,
ComponentProvider componentProvider) |
Modifier and Type | Method and Description |
---|---|
T |
newInstance()
Called by the ComponentProvider to create a component.
|
public LazyObservedComponentFactory(String repository, String path, Class<T> type, ComponentProvider componentProvider)
public T newInstance()
ComponentFactory
newInstance
in interface ComponentFactory<T>
Copyright © 2003–2018 Magnolia International Ltd.. All rights reserved.