Package net.hasor.mvc.result

Examples of net.hasor.mvc.result.ResultCallStrategyFactory


public class DefaultCallStrategyFactory extends SimpleCallStrategyFactory {
    private CallStrategyFactory resultStrategyFactory = null;
    //
    public DefaultCallStrategyFactory(ApiBinder apiBinder) {
        //1.ResultDefine
        this.resultStrategyFactory = new ResultCallStrategyFactory(apiBinder);
    }
View Full Code Here

TOP

Related Classes of net.hasor.mvc.result.ResultCallStrategyFactory

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.