Package doan.thymeleaf.demo.domain

Examples of doan.thymeleaf.demo.domain.Search


  @RequestMapping(value = "/example2", method = RequestMethod.GET)
  public String setupForm(Model model)
  {
    model.addAttribute("styleList", this.getStyleList());
    model.addAttribute("countryList", this.getCountryList());
    model.addAttribute("search", new Search());
    return "pages/example2";
  }
View Full Code Here

TOP

Related Classes of doan.thymeleaf.demo.domain.Search

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.