| Package | Description |
|---|---|
| org.jrebirth.af.core.facade |
Provides classes to manage all JRebirth facades.
|
| org.jrebirth.af.core.link |
Provides...
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractFacade<R extends FacadeReady<R>>
The class AbstractFacade.
|
class |
CommandFacade
The class CommandFacade.
|
class |
ServiceFacade
The class ServiceFacade.
|
class |
UiFacade
The class UiFacade.
|
| Modifier and Type | Method and Description |
|---|---|
LocalFacade<Command> |
GlobalFacade.getCommandFacade() |
LocalFacade<R> |
FacadeReady.getLocalFacade()
Return the local facade used to manage singleton.
|
LocalFacade<Service> |
GlobalFacade.getServiceFacade() |
LocalFacade<Model> |
GlobalFacade.getUiFacade() |
| Modifier and Type | Method and Description |
|---|---|
void |
FacadeReady.setLocalFacade(LocalFacade<R> localFacade)
Attach the local facade for this object type.
|
| Modifier and Type | Field and Description |
|---|---|
private LocalFacade<R> |
AbstractReady.localFacade
The facade that manage same kind of object (from Service, Command and Model).
|
| Modifier and Type | Method and Description |
|---|---|
LocalFacade<R> |
AbstractReady.getLocalFacade()
Return the local facade used to manage singleton.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractReady.setLocalFacade(LocalFacade<R> localFacade)
Attach the local facade for this object type.
|
Copyright © 2011–2014 JRebirth OSS. All rights reserved.