Class ClassPathStoreResourceResolver.UrlInputStreamResource

  • All Implemented Interfaces:
    org.springframework.core.io.InputStreamSource, org.springframework.core.io.Resource
    Enclosing class:
    ClassPathStoreResourceResolver

    public static class ClassPathStoreResourceResolver.UrlInputStreamResource
    extends org.springframework.core.io.UrlResource
    Author:
    Dmitry Velichkevich
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean exists()  
      • Methods inherited from class org.springframework.core.io.UrlResource

        createRelative, equals, getDescription, getFile, getFilename, getInputStream, getURI, getURL, hashCode, isFile
      • Methods inherited from class org.springframework.core.io.AbstractFileResolvingResource

        contentLength, customizeConnection, customizeConnection, getFile, getFileForLastModifiedCheck, isFile, isReadable, lastModified, readableChannel
      • Methods inherited from class org.springframework.core.io.AbstractResource

        isOpen, toString
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • UrlInputStreamResource

        public UrlInputStreamResource​(java.lang.String path)
                               throws java.net.MalformedURLException
        Throws:
        java.net.MalformedURLException
      • UrlInputStreamResource

        public UrlInputStreamResource​(java.net.URI uri)
                               throws java.net.MalformedURLException
        Throws:
        java.net.MalformedURLException
      • UrlInputStreamResource

        public UrlInputStreamResource​(java.net.URL url)
    • Method Detail

      • exists

        public boolean exists()
        Specified by:
        exists in interface org.springframework.core.io.Resource
        Overrides:
        exists in class org.springframework.core.io.AbstractFileResolvingResource