108109110111112113114115116117118
for (ResourceMapper mapper : mappers) { ResourceMapping mapping = mapper.mapResource(resourceKey); if (mapping != null) { ResourcePath path = mapping.getResourcePath(context); return new URLResource(path); } } return null; }