214215216217218219220221222
wow = (settings.get("application.helper", "") + "." + wow + "." + getControllerNameWithoutSuffix() + "Helper"); Object instance; try { instance = Class.forName(wow).newInstance(); } catch (Exception e) { instance = new WowCollections(); } return instance; }