Package net.hasor.core.environment

Examples of net.hasor.core.environment.StandardEnvironment


        }
        return this.environment;
    }
    /**创建环境对象*/
    protected Environment createEnvironment() {
        return new StandardEnvironment(this.mainSettings);
    }
View Full Code Here

TOP

Related Classes of net.hasor.core.environment.StandardEnvironment

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.