38394041424344
File file = new File(directory); return UrlUtils.listFile(file, suffix); } protected Resource doLoad(String name, Locale locale, String encoding, String path) throws IOException { return new FileResource(getEngine(), name, locale, encoding, path); }