public class 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(java.lang.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(java.lang.String[] locationPatterns)
throws java.io.IOException
locationPatterns - the location patternsjava.io.IOException - Signals that an I/O exception has occurred.Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.