| 构造器和说明 |
|---|
ServiceFacade() |
| 限定符和类型 | 方法和说明 |
|---|---|
ContainerFinder |
getContainerFinder() |
Service |
getService(AppContextWrapper sc)
the applciation' code get the service instance, such as: XXXService
xxxService = WeAppUtil.getService("xxxService");
|
ServiceFactory |
getServiceFactory(AppContextWrapper sc)
the model configure in jdonframework.xml will execute the service
directly.
|
public Service getService(AppContextWrapper sc)
public ServiceFactory getServiceFactory(AppContextWrapper sc)
public ContainerFinder getContainerFinder()
Copyright © 2018. All rights reserved.