com.jaspersoft.jasperserver.war.util
Class SortedServletResourcePatternResolver

java.lang.Object
  extended by org.springframework.core.io.support.PathMatchingResourcePatternResolver
      extended by org.springframework.web.context.support.ServletContextResourcePatternResolver
          extended by com.jaspersoft.jasperserver.war.util.SortedServletResourcePatternResolver
All Implemented Interfaces:
org.springframework.core.io.ResourceLoader, org.springframework.core.io.support.ResourcePatternResolver

public class SortedServletResourcePatternResolver
extends org.springframework.web.context.support.ServletContextResourcePatternResolver

Version:
$Id: SortedServletResourcePatternResolver.java 10096 2007-09-17 13:58:16Z lucian $
Author:
Lucian Chirita (lucianc@users.sourceforge.net)

Field Summary
 
Fields inherited from class org.springframework.core.io.support.PathMatchingResourcePatternResolver
logger
 
Fields inherited from interface org.springframework.core.io.support.ResourcePatternResolver
CLASSPATH_ALL_URL_PREFIX
 
Fields inherited from interface org.springframework.core.io.ResourceLoader
CLASSPATH_URL_PREFIX
 
Constructor Summary
SortedServletResourcePatternResolver(org.springframework.core.io.ResourceLoader resourceLoader)
           
 
Method Summary
protected  java.util.Set doFindPathMatchingFileResources(org.springframework.core.io.Resource rootDirResource, java.lang.String subPattern)
           
protected  java.util.Set sortResources(java.util.Set resourceSet)
           
 
Methods inherited from class org.springframework.web.context.support.ServletContextResourcePatternResolver
doRetrieveMatchingServletContextResources
 
Methods inherited from class org.springframework.core.io.support.PathMatchingResourcePatternResolver
convertClassLoaderURL, determineRootDir, doFindMatchingFileSystemResources, doFindPathMatchingJarResources, doRetrieveMatchingFiles, findAllClassPathResources, findPathMatchingResources, getClassLoader, getPathMatcher, getResource, getResourceLoader, getResources, isJarResource, retrieveMatchingFiles, setPathMatcher
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SortedServletResourcePatternResolver

public SortedServletResourcePatternResolver(org.springframework.core.io.ResourceLoader resourceLoader)
Method Detail

doFindPathMatchingFileResources

protected java.util.Set doFindPathMatchingFileResources(org.springframework.core.io.Resource rootDirResource,
                                                        java.lang.String subPattern)
                                                 throws java.io.IOException
Overrides:
doFindPathMatchingFileResources in class org.springframework.web.context.support.ServletContextResourcePatternResolver
Throws:
java.io.IOException

sortResources

protected java.util.Set sortResources(java.util.Set resourceSet)


Copyright © 2007. All Rights Reserved.