public interface ComponentFactory
Modifier and Type | Method and Description |
---|---|
<R> List<R> |
buildComponents(Class<R> clazz)
Build a fresh instance of a component.
|
void |
register(RegistrationItem item)
Register an implementation class for an interface.
|
void 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–2016 JRebirth OSS. All rights reserved.