Package org.nutz.mvc.impl

Examples of org.nutz.mvc.impl.ServletValueProxyMaker


            }
        };
        ioc = Mirror.me(clazz).born().create(config, args);
        // 如果是 Ioc2 的实现,增加新的 ValueMaker
        if (ioc instanceof Ioc2) {
            ((Ioc2) ioc).addValueProxyMaker(new ServletValueProxyMaker(config.getServletContext()));
        }
    }
View Full Code Here

TOP

Related Classes of org.nutz.mvc.impl.ServletValueProxyMaker

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.