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