URL getResource(String path) throws IOException { return _extlet.getResource(path); }
InputStream getResourceAsStream(String path, boolean locate) throws IOException, ServletException { return _extlet.getResourceAsStream(this.request, path, locate); }