| Package | Description |
|---|---|
| org.jrebirth.af.api.component.basic |
Provides base classes to create JRebirth EnhancedComponent.
|
| org.jrebirth.af.api.facade |
Provide APi to manage JRebirth internal Facades.
|
| org.jrebirth.af.api.link |
Provides link classes.
|
| Modifier and Type | Method and Description |
|---|---|
UniqueKey<C> |
InnerComponent.getKey()
Return the key of the model.
|
| Modifier and Type | Method and Description |
|---|---|
UniqueKey<R> |
FacadeReady.getKey() |
| Modifier and Type | Method and Description |
|---|---|
<E extends R> |
Facade.exists(UniqueKey<E> uniqueKey)
Check if the component has already been created and stored.
|
<E extends R> |
Facade.register(UniqueKey<E> uniqueKey,
E readyObject)
Register a new ready object component.
|
<E extends R> |
Facade.retrieve(UniqueKey<E> uniqueKey)
Retrieve a ready object component.
|
<E extends R> |
Facade.retrieveAll(UniqueKey<E> uniqueKey)
Return the list of component that have the same classField than the given key.
|
void |
FacadeReady.setKey(UniqueKey<R> key) |
<E extends R> |
Facade.unregister(UniqueKey<E> uniqueKey)
Unregister a new ready object component.
|
| Modifier and Type | Method and Description |
|---|---|
<C extends Command> |
CommandReady.getCommand(UniqueKey<C> commandKey)
Return the command singleton or part of multiton according to
UniqueKey. |
<M extends Model> |
ModelReady.getModel(UniqueKey<M> modelKey)
Return the model singleton or part of multiton according to
UniqueKey. |
<S extends Service> |
ServiceReady.getService(UniqueKey<S> serviceKey)
Return the service singleton or part of multiton according to
UniqueKey. |
Copyright © 2011–2015 JRebirth OSS. All rights reserved.