Class StrutsResourceLoader

java.lang.Object
org.apache.velocity.runtime.resource.loader.ResourceLoader
org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
org.apache.struts2.views.velocity.StrutsResourceLoader

public class StrutsResourceLoader extends org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
Loads resource from the Thread's context ClassLoader. FIXME: remove?
  • Field Summary

    Fields inherited from class org.apache.velocity.runtime.resource.loader.ResourceLoader

    className, isCachingOn, log, modificationCheckInterval, rsvc
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
     

    Methods inherited from class org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader

    getLastModified, getResourceReader, init, isSourceModified

    Methods inherited from class org.apache.velocity.runtime.resource.loader.ResourceLoader

    buildReader, 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
  • Constructor Details

    • StrutsResourceLoader

      public StrutsResourceLoader()
  • Method Details

    • getResourceStream

      public InputStream getResourceStream(String name) throws org.apache.velocity.exception.ResourceNotFoundException
      Throws:
      org.apache.velocity.exception.ResourceNotFoundException