Package org.jboss.as.quickstarts.spring.model

Examples of org.jboss.as.quickstarts.spring.model.UserCredentials


     * @return the view name
     */
    @RequestMapping(method = RequestMethod.GET)
    public String loginForm(Model model) {

        model.addAttribute(new UserCredentials());
        return "login";
    }
View Full Code Here

TOP

Related Classes of org.jboss.as.quickstarts.spring.model.UserCredentials

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.