Class ClassPathResourceProvider

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Resource getResource​(java.lang.String servletPath, java.lang.String relativeResourcePath, java.lang.String sessionId)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ClassPathResourceProvider

        public ClassPathResourceProvider​(java.lang.String basePackage)
    • Method Detail

      • getResource

        public Resource getResource​(java.lang.String servletPath,
                                    java.lang.String relativeResourcePath,
                                    java.lang.String sessionId)
        Specified by:
        getResource in interface ResourceProvider