org.apache.struts2.osgi.loaders
Class VelocityBundleResourceLoader
java.lang.Object
org.apache.velocity.runtime.resource.loader.ResourceLoader
org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
org.apache.struts2.osgi.loaders.VelocityBundleResourceLoader
public class VelocityBundleResourceLoader
- extends org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
Finds Velocity templates in bundles
Fields inherited from class org.apache.velocity.runtime.resource.loader.ResourceLoader |
className, isCachingOn, log, modificationCheckInterval, rsvc |
Methods inherited from class org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader |
getLastModified, init, isSourceModified |
Methods inherited from class org.apache.velocity.runtime.resource.loader.ResourceLoader |
commonInit, getClassName, getModificationCheckInterval, isCachingOn, resourceExists, setCachingOn, setModificationCheckInterval |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
VelocityBundleResourceLoader
public VelocityBundleResourceLoader()
getResourceStream
public InputStream getResourceStream(String name)
throws org.apache.velocity.exception.ResourceNotFoundException
- Overrides:
getResourceStream
in class org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
- Throws:
org.apache.velocity.exception.ResourceNotFoundException
Copyright © 2000-2016 Apache Software Foundation. All Rights Reserved.