Package com.gwain.springexgwain.entites

Examples of com.gwain.springexgwain.entites.MessageBean


    //private MessageBean mess = new MessageBean();//not multisession-safe
   
    @ModelAttribute("message2")
    public MessageBean getMessageBean(){
        //return mess;
        return new MessageBean();
    }
View Full Code Here

TOP

Related Classes of com.gwain.springexgwain.entites.MessageBean

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.