Package com.rop.session

Examples of com.rop.session.Session


            response.setUserId("1");
            response.setFeedback("hello");
            response.setDate(new Date());
            response.setFooList(Arrays.asList(new Foo("1","1"),new Foo("2","2")));

            Session session = request.getRopRequestContext().getSession();
            session.setAttribute("aa","bb");

            return response;
        }
    }
View Full Code Here

TOP

Related Classes of com.rop.session.Session

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.