Package com.netfever.site.dynovisz.web.spring.data

Examples of com.netfever.site.dynovisz.web.spring.data.SearchForm


    return search(searchForm, categories, languages, pageForm, (BindingResult)null);
  }
 
   @ModelAttribute("searchForm")
   public SearchForm getSearchForm() {
     final SearchForm res = new SearchForm();
    
     res.setStartDate(res.getSafeStartDate());
     res.setEndDate(res.getSafeEndDate());
    
     return res;
  
View Full Code Here

TOP

Related Classes of com.netfever.site.dynovisz.web.spring.data.SearchForm

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.