Package com.dtikhonov.model

Examples of com.dtikhonov.model.Message


    public void setResult(String result){
        this.result = result;
    }
    @RequestMapping(value="/greeting", method=RequestMethod.GET)
    public ModelAndView greeting() {
        return new ModelAndView("greeting", "command", new Message());
    }
View Full Code Here

TOP

Related Classes of com.dtikhonov.model.Message

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.