public List<String> doList(String directory, String suffix) throws IOException {
return UrlUtils.listUrl(Thread.currentThread().getContextClassLoader().getResource(cleanPath(directory)), suffix);
}
protected Resource doLoad(String name, Locale locale, String encoding, String path) throws IOException {
return new ClasspathResource(getEngine(), name, locale, encoding, cleanPath(path));
}