com.jdon.controller.service
类 ServiceFacade

java.lang.Object
  继承者 com.jdon.controller.service.ServiceFacade

public class ServiceFacade
extends Object

作者:
banq

构造方法摘要
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.
 
从类 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.