public interface ComponentFactory
| Modifier and Type | Method and Description |
|---|---|
<R> R |
buildComponent(Class<R> clazz)
Build a fresh instance of a component.
|
<R> R buildComponent(Class<R> clazz) throws CoreException
FacadeReady interface)R - the ReadyObject, it's a component classclazz - the component classCoreException - CoreException if an error has occurredCopyright © 2011–2014 JRebirth OSS. All rights reserved.