Package com.m4f.web.bind.form

Examples of com.m4f.web.bind.form.RecoveryForm


    return "login.login";
  }
 
  @RequestMapping(value="/recovery", method=RequestMethod.GET)
  public ModelAndView getRecovery() {
    return new ModelAndView("login.recovery", "recovery", new RecoveryForm());
  }
View Full Code Here

TOP

Related Classes of com.m4f.web.bind.form.RecoveryForm

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.