Package net.hasor.web.env

Examples of net.hasor.web.env.WebStandardEnvironment


    public ServletContext getServletContext() {
        return this.servletContext;
    }
    @Override
    protected WebEnvironment createEnvironment() {
        return new WebStandardEnvironment(this.getMainSettings(), this.servletContext);
    }
View Full Code Here

TOP

Related Classes of net.hasor.web.env.WebStandardEnvironment

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.