80818283848586
resource = resourceProvider.doBuildResource(path); if(resource.exists()) break; } return new ResourceChain(this, path, resource); }
122123124125126127128129130131132
ResourceFilter newFilter = new ResourceFilter() { @Override public boolean accept(Resource resource) { return filter.accept(new ResourceChain(ResourceProviderChain.this, resource.getPath(), resource)); } };