com.jdon.controller.service
类 ServiceFacade
java.lang.Object
com.jdon.controller.service.ServiceFacade
public class ServiceFacade
- extends Object
- 作者:
- banq
| 从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ServiceFacade
public ServiceFacade()
getService
public Service getService(AppContextWrapper sc)
- the applciation' code get the service instance, such as: XXXService
xxxService = WeAppUtil.getService("xxxService");
- 返回:
- Returns the service.
getServiceFactory
public ServiceFactory getServiceFactory(AppContextWrapper sc)
- the model configure in jdonframework.xml will execute the service
directly.
and the remote servlet will call this method
- 返回:
- Returns the serviceFactory.
getContainerFinder
public ContainerFinder getContainerFinder()
Copyright © 2013. All Rights Reserved.