public class MultiResourceFinder extends ResourceFinder
ResourceFinder that finds its resources through a collection of
other ResourceFinders.EMPTY_RESOURCE_FINDER| Constructor and Description |
|---|
MultiResourceFinder(Collection<? extends ResourceFinder> resourceFinders) |
| Modifier and Type | Method and Description |
|---|---|
Resource |
findResource(String resourceName) |
findResourceAsStreampublic MultiResourceFinder(Collection<? extends ResourceFinder> resourceFinders)
resourceFinders - The entries of the "path"@Nullable public final Resource findResource(String resourceName)
findResource in class ResourceFinderCopyright © 2019. All rights reserved.