Package net.hasor.web.binder.support

Examples of net.hasor.web.binder.support.AbstractWebApiBinder$ServletsModuleBuilder


        return new WebStandardEnvironment(this.getMainSettings(), this.servletContext);
    }
    /**为模块创建ApiBinder*/
    @Override
    protected AbstractWebApiBinder newApiBinder(final Module forModule) {
        return new AbstractWebApiBinder((WebEnvironment) this.getEnvironment()) {
            @Override
            protected BindInfoDefineManager getBuilderRegister() {
                return getBindInfoFactory().getManager();
            }
        };
View Full Code Here

TOP

Related Classes of net.hasor.web.binder.support.AbstractWebApiBinder$ServletsModuleBuilder

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.