Class ClassPathStoreResourceResolver.UrlInputStreamResource

java.lang.Object
org.springframework.core.io.AbstractResource
org.springframework.core.io.AbstractFileResolvingResource
org.springframework.core.io.UrlResource
org.springframework.extensions.webscripts.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
  • Constructor Summary

    Constructors
    Constructor
    Description
     
     
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     

    Methods inherited from class org.springframework.core.io.UrlResource

    createRelative, createRelativeURL, 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 Details

  • Method Details

    • exists

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