1 23 24 package org.infoglue.cms.controllers.kernel.impl.simple; 25 26 import org.infoglue.cms.entities.kernel.BaseEntityVO; 27 28 33 34 public class ImportController extends BaseController 35 { 36 37 40 41 public static ImportController getController() 42 { 43 return new ImportController(); 44 } 45 46 47 48 51 public BaseEntityVO getNewVO() 52 { 53 return null; 55 } 56 57 58 } 59 | Popular Tags |