Package net.hasor.mvc.strategy

Examples of net.hasor.mvc.strategy.DefaultCallStrategyFactory


        RootController root = Hasor.pushStartListener(ec, new RootController());
        apiBinder.bindType(RootController.class).toInstance(root);
    }
    /**创建 {@link CallStrategyFactory}*/
    protected CallStrategyFactory createCallStrategyFactory(ApiBinder apiBinder) {
        return new DefaultCallStrategyFactory(apiBinder);
    }
View Full Code Here

TOP

Related Classes of net.hasor.mvc.strategy.DefaultCallStrategyFactory

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.