Package org.skyscreamer.yoga.demo.test

Examples of org.skyscreamer.yoga.demo.test.SpringBeanContext


    public static void initSpring( JettyServer server )
    {
        ServletContext servletContext = server.context.getServletContext();
        WebApplicationContext webApplicationContext = WebApplicationContextUtils.getWebApplicationContext(servletContext);
        TestUtil.setContext(new SpringBeanContext(webApplicationContext));
    }
View Full Code Here

TOP

Related Classes of org.skyscreamer.yoga.demo.test.SpringBeanContext

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.