Package com.m4f.business.service.ifc

Examples of com.m4f.business.service.ifc.IServiceLocator


 
  public void doGet(HttpServletRequest req, HttpServletResponse resp)
     throws IOException {
    LOGGER.severe("+++++++++++++++++++++++++++++++++++++++++++++klao");
    ApplicationContext context = WebApplicationContextUtils.getRequiredWebApplicationContext(getServletContext());
    IServiceLocator serviceLocator = (IServiceLocator)context.getBean("serviceLocator");
    serviceLocator.init();
  }
View Full Code Here

TOP

Related Classes of com.m4f.business.service.ifc.IServiceLocator

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.