Package com.sishuok.bigpipe

Examples of com.sishuok.bigpipe.BigPipeTask


    public Object bigpipe(final HttpServletRequest request, final HttpServletResponse response) {

        //提供给各pagelet的数据
        Map<String, Object> model = new HashMap();

        return new BigPipeTask(
                model,
                "bigpipe/index",
                "bigpipe/part1",
                "bigpipe/part2",
                "bigpipe/part3"
View Full Code Here

TOP

Related Classes of com.sishuok.bigpipe.BigPipeTask

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.