Package com.quickwebframework.mvc.spring.service.impl

Examples of com.quickwebframework.mvc.spring.service.impl.SpringMvcFrameworkService


  }

  @Override
  protected void init(int arg) {
    // 注册MVC框架服务
    mvcFrameworkService = new SpringMvcFrameworkService();

    // 注册Spring MVC框架的BundleHandler
    mvcFrameworkService
        .registerBundleHandler(new BundleControllerHandler());
    mvcFrameworkService.registerBundleHandler(new BundleFilterHandler());
View Full Code Here

TOP

Related Classes of com.quickwebframework.mvc.spring.service.impl.SpringMvcFrameworkService

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.