public static class BaseApplicationContextHelper.ResourceFinder
extends org.springframework.web.context.support.ServletContextResourcePatternResolver
| Constructor and Description |
|---|
ResourceFinder() |
ResourceFinder(org.springframework.core.io.ResourceLoader resourceLoader)
The Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
org.springframework.core.io.Resource[] |
getResources(String... locationPatterns)
Gets an array of resources matching the given location patterns.
|
doFindPathMatchingFileResources, doRetrieveMatchingServletContextResourcesconvertClassLoaderURL, determineRootDir, doFindMatchingFileSystemResources, doFindPathMatchingJarResources, doRetrieveMatchingFiles, findAllClassPathResources, findPathMatchingResources, getClassLoader, getJarFile, getPathMatcher, getResource, getResourceLoader, getResources, isJarResource, resolveRootDirResource, retrieveMatchingFiles, setPathMatcherpublic ResourceFinder()
public ResourceFinder(org.springframework.core.io.ResourceLoader resourceLoader)
resourceLoader - the resource loaderpublic org.springframework.core.io.Resource[] getResources(String... locationPatterns) throws IOException
locationPatterns - the location patternsIOException - Signals that an I/O exception has occurred.Copyright © 2005–2019 Alfresco Software. All rights reserved.