Package com.quickwebframework.viewrender.jsp.service.impl

Examples of com.quickwebframework.viewrender.jsp.service.impl.ViewRenderServiceImpl


  }

  public void start(BundleContext bundleContext) throws Exception {
    Activator.context = bundleContext;
    // 注册视图渲染服务
    viewRenderService = new ViewRenderServiceImpl();
    viewRenderService.registerService(bundleContext);
  }
View Full Code Here

TOP

Related Classes of com.quickwebframework.viewrender.jsp.service.impl.ViewRenderServiceImpl

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.