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

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


     return res;
  

   @ModelAttribute("pageForm")
   public PageForm getPageForm() {
     final PageForm res = new PageForm();

     return res;
  
View Full Code Here

TOP

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

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.