站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > Spring Framework 1.2.9 API 文档英文版

Uses of Class org.springframework.core.io.AbstractResource (Spring Framework) - Spring Framework 1.2.9 API 文档英文版


Uses of Class
org.springframework.core.io.AbstractResource

Packages that use AbstractResource
org.springframework.core.io Generic abstraction for (file-based) resources, used throughout the framework. 
org.springframework.web.context.support Classes supporting the org.springframework.web.context package, such as WebApplicationContext implementations, and a utility class for retrieval of the root application context etc. 
 

Uses of AbstractResource in org.springframework.core.io
 

Subclasses of AbstractResource in org.springframework.core.io
 class ByteArrayResource
          Resource implementation for a given byte array.
 class ClassPathResource
          Resource implementation for class path resources.
 class DescriptiveResource
          Simple Resource implementation that holds a resource description but does not point to an actually readable resource.
 class FileSystemResource
          Resource implementation for java.io.File handles.
 class InputStreamResource
          Resource implementation for a given InputStream.
 class UrlResource
          Resource implementation for java.net.URL locators.
 

Uses of AbstractResource in org.springframework.web.context.support
 

Subclasses of AbstractResource in org.springframework.web.context.support
 class ServletContextResource
          Resource implementation for ServletContext resources, interpreting relative paths within the web application root directory.
 



Copyright (c) 2002-2007 The Spring Framework Project.