Package org.springframework.ui.velocity
Class SpringResourceLoader
- java.lang.Object
- org.apache.velocity.runtime.resource.loader.ResourceLoader
- org.springframework.ui.velocity.SpringResourceLoader
public class SpringResourceLoader extends org.apache.velocity.runtime.resource.loader.ResourceLoader
Velocity ResourceLoader adapter that loads via a Spring ResourceLoader. Used by VelocityEngineFactory for any resource loader path that cannot be resolved to ajava.io.File.Note that this loader does not allow for modification detection: Use Velocity's default FileResourceLoader for
java.io.Fileresources.Expects "spring.resource.loader" and "spring.resource.loader.path" application attributes in the Velocity runtime: the former of type
org.springframework.core.io.ResourceLoader, the latter a String.- Since:
- 14.03.2004
- Author:
- Juergen Hoeller
- See Also:
VelocityEngineFactory.setResourceLoaderPath(java.lang.String),ResourceLoader,FileResourceLoader
Field Summary
Fields Modifier and Type Field Description protected Logloggerstatic StringNAMEstatic StringSPRING_RESOURCE_LOADERstatic StringSPRING_RESOURCE_LOADER_CACHEstatic StringSPRING_RESOURCE_LOADER_CLASSstatic StringSPRING_RESOURCE_LOADER_PATH
Constructor Summary
Constructors Constructor Description SpringResourceLoader()
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description longgetLastModified(org.apache.velocity.runtime.resource.Resource resource)InputStreamgetResourceStream(String source)voidinit(org.apache.commons.collections.ExtendedProperties configuration)booleanisSourceModified(org.apache.velocity.runtime.resource.Resource resource)
Field Detail
NAME
public static final String NAME
- See Also:
- Constant Field Values
SPRING_RESOURCE_LOADER_CLASS
public static final String SPRING_RESOURCE_LOADER_CLASS
- See Also:
- Constant Field Values
SPRING_RESOURCE_LOADER_CACHE
public static final String SPRING_RESOURCE_LOADER_CACHE
- See Also:
- Constant Field Values
SPRING_RESOURCE_LOADER
public static final String SPRING_RESOURCE_LOADER
- See Also:
- Constant Field Values
SPRING_RESOURCE_LOADER_PATH
public static final String SPRING_RESOURCE_LOADER_PATH
- See Also:
- Constant Field Values
Constructor Detail
SpringResourceLoader
public SpringResourceLoader()
Method Detail
init
public void init(org.apache.commons.collections.ExtendedProperties configuration)
- Specified by:
initin classorg.apache.velocity.runtime.resource.loader.ResourceLoader
getResourceStream
public InputStream getResourceStream(String source) throws org.apache.velocity.exception.ResourceNotFoundException
- Specified by:
getResourceStreamin classorg.apache.velocity.runtime.resource.loader.ResourceLoader- Throws:
org.apache.velocity.exception.ResourceNotFoundException
isSourceModified
public boolean isSourceModified(org.apache.velocity.runtime.resource.Resource resource)
- Specified by:
isSourceModifiedin classorg.apache.velocity.runtime.resource.loader.ResourceLoader
getLastModified
public long getLastModified(org.apache.velocity.runtime.resource.Resource resource)
- Specified by:
getLastModifiedin classorg.apache.velocity.runtime.resource.loader.ResourceLoader