8687888990919293949596
Long idx = Long.parseLong(getURL().getPath()); Resource res = documents.get(idx); if (res == null) { throw new FileNotFoundException(getURL().toString()); } return res.open(); } }; } }