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