Ejemplo n.º 1
0
 public JpageModule reset() throws Exception {
   this.pager =
       Jpager.getPager()
           .getTemplate("modules" + File.separator + this.name + File.separator + this.name);
   return this;
 }
Ejemplo n.º 2
0
 public JpageModule(String moduleName) throws Exception {
   this.name = moduleName;
   this.pager =
       Jpager.getPager()
           .getTemplate("modules" + File.separator + moduleName + File.separator + moduleName);
 }