}
return UrlUtils.listFile(new File(path), suffix);
}
protected Resource doLoad(String name, Locale locale, String encoding, String path) throws IOException {
return new ServletResource(getEngine(), name, locale, encoding, path, getAndCheckServletContext());
}