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