public abstract class AbstractJamesResourceLoader extends org.springframework.core.io.DefaultResourceLoader implements JamesResourceLoader
ApplicationContext
implementationsConstructor and Description |
---|
AbstractJamesResourceLoader() |
Modifier and Type | Method and Description |
---|---|
org.springframework.core.io.Resource |
getResource(String fileURL)
Return the
Resource for the given url. |
getClassLoader, getResourceByPath, setClassLoader
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getAbsoluteDirectory, getConfDirectory, getRootDirectory, getVarDirectory
public org.springframework.core.io.Resource getResource(String fileURL)
Resource
for the given url. If the resource can not be
found null get returnedgetResource
in interface org.springframework.core.io.ResourceLoader
getResource
in class org.springframework.core.io.DefaultResourceLoader
ResourceLoader.getResource(java.lang.String)
Copyright © 2002-2012 The Apache Software Foundation. All Rights Reserved.