public interface ComponentFactory
| Modifier and Type | Method and Description |
|---|---|
<R> List<R> |
buildComponents(Class<R> clazz)
Build a fresh instance of a component.
|
void |
define(RegistrationPointItem item)
Define a Component contract.
|
void |
register(RegistrationItem item)
Register an implementation class for an interface.
|
void define(RegistrationPointItem item)
item - the registration point itemvoid register(RegistrationItem item)
item - the registration item<R> List<R> buildComponents(Class<R> clazz) throws CoreException
org.jrebirth.af.api.facade.FacadeReady.FacadeReady interface)R - the ReadyObject, it's a component classclazz - the component classCoreException - CoreException if an error has occurredCopyright © 2011–2018 JRebirth OSS. All rights reserved.